Search
lxdream.org :: lxdream/src/util.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/util.c
changeset 425:17f019f4ed8d
prev422:61a0598e07ff
next437:2c259474b474
author nkeynes
date Thu Oct 11 08:20:38 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Remove intermediate window and adjust size accordingly
file annotate diff log raw
1.1 --- a/src/util.c Sat Oct 06 09:03:24 2007 +0000
1.2 +++ b/src/util.c Thu Oct 11 08:20:38 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: util.c,v 1.7 2007-10-06 08:59:42 nkeynes Exp $
1.6 + * $Id: util.c,v 1.8 2007-10-07 06:03:22 nkeynes Exp $
1.7 *
1.8 * Miscellaneous utility functions.
1.9 *
1.10 @@ -16,6 +16,7 @@
1.11 * GNU General Public License for more details.
1.12 */
1.13
1.14 +#include <ctype.h>
1.15 #include "dream.h"
1.16
1.17 void fwrite_string( const char *s, FILE *f )
.