FreeCalypso > hg > ueda-linux
comparison ueda/libueda/xga.c @ 2:c91e7a30fab3
ueda/libueda Linuxified
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 20 Jul 2015 00:38:43 +0000 |
| parents | cd92449fdb51 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:e2130f1ef720 | 2:c91e7a30fab3 |
|---|---|
| 3 * package description files and some related functions. | 3 * package description files and some related functions. |
| 4 */ | 4 */ |
| 5 | 5 |
| 6 #include <ctype.h> | 6 #include <ctype.h> |
| 7 #include <stdio.h> | 7 #include <stdio.h> |
| 8 #include <stdlib.h> | |
| 9 #include <string.h> | |
| 8 #include <strings.h> | 10 #include <strings.h> |
| 9 #include "xga.h" | 11 #include "xga.h" |
| 10 | 12 |
| 11 extern char *malloc(); | |
| 12 extern char *copystr(); | 13 extern char *copystr(); |
| 13 | 14 |
| 14 extern FILE *find_symlib_file(); | 15 extern FILE *find_symlib_file(); |
| 15 extern char sought_libfile_fullpath[]; | 16 extern char sought_libfile_fullpath[]; |
| 16 | 17 |
