comparison lwasm/lwasm.c @ 212:bae1e3ecdce1

More preparation for gnulib integration
author lost
date Fri, 24 Apr 2009 06:43:02 +0000
parents 427e268e876b
children a58f49a77441
comparison
equal deleted inserted replaced
211:51511cf1c9f8 212:bae1e3ecdce1
20 20
21 Contains random functions used by the assembler 21 Contains random functions used by the assembler
22 */ 22 */
23 23
24 #define __lwasm_c_seen__ 24 #define __lwasm_c_seen__
25 #include <config.h>
25 26
26 #include <stdarg.h> 27 #include <stdarg.h>
27 #include <stdlib.h> 28 #include <stdlib.h>
28 #include <stdio.h> 29 #include <stdio.h>
29 30