comparison lwlink/lwlink.c @ 10:127e5b1e01c0

Removed use of asprintf() and added Makefile options for cross compiling; also a bugfix with sizeof{} in lwasm
author lost@l-w.ca
date Sat, 22 Jan 2011 10:37:53 -0700
parents fdc11ef4115b
children 606123758641
comparison
equal deleted inserted replaced
9:6eed14cccac9 10:127e5b1e01c0
21 21
22 */ 22 */
23 23
24 #define __lwlink_c_seen__ 24 #define __lwlink_c_seen__
25 25
26 #include <argp.h>
27 #include <errno.h> 26 #include <errno.h>
28 #include <stdio.h> 27 #include <stdio.h>
29 #include <stdlib.h> 28 #include <stdlib.h>
30 #include <string.h> 29 #include <string.h>
31 30