FreeCalypso > hg > ueda-linux
comparison ueda/libueda/filesearch.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 */ | 3 */ |
| 4 | 4 |
| 5 #include <sys/param.h> | 5 #include <sys/param.h> |
| 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 | 11 |
| 10 extern char *copystr(); | 12 extern char *copystr(); |
| 11 | 13 |
| 12 #define MAXDIRS 15 | 14 #define MAXDIRS 15 |
