comparison lwasm/output.c @ 212:bae1e3ecdce1

More preparation for gnulib integration
author lost
date Fri, 24 Apr 2009 06:43:02 +0000
parents 048ebb85f6ef
children a58f49a77441
comparison
equal deleted inserted replaced
211:51511cf1c9f8 212:bae1e3ecdce1
18 this program. If not, see <http://www.gnu.org/licenses/>. 18 this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 20
21 Contains the code for actually outputting the assembled code 21 Contains the code for actually outputting the assembled code
22 */ 22 */
23 23 #include <config.h>
24 //#include <ctype.h> 24 //#include <ctype.h>
25 #include <errno.h> 25 #include <errno.h>
26 #include <stdio.h> 26 #include <stdio.h>
27 //#include <stdlib.h> 27 //#include <stdlib.h>
28 #include <string.h> 28 #include <string.h>