Mercurial > hg-old > index.cgi
comparison lwasm/util.c @ 212:bae1e3ecdce1
More preparation for gnulib integration
author | lost |
---|---|
date | Fri, 24 Apr 2009 06:43:02 +0000 |
parents | 427e268e876b |
children |
comparison
equal
deleted
inserted
replaced
211:51511cf1c9f8 | 212:bae1e3ecdce1 |
---|---|
21 /* | 21 /* |
22 Utility functions | 22 Utility functions |
23 */ | 23 */ |
24 | 24 |
25 #define __util_c_seen__ | 25 #define __util_c_seen__ |
26 | 26 #include <config.h> |
27 #include <malloc.h> | 27 #include <malloc.h> |
28 #include <stdio.h> | 28 #include <stdio.h> |
29 #include <stdlib.h> | 29 #include <stdlib.h> |
30 #include <string.h> | 30 #include <string.h> |
31 | 31 |