FreeCalypso > hg > freecalypso-sw
comparison loadtools/hwparam.c @ 21:67a39d8914a8
starting work on loadtool
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sat, 04 May 2013 03:47:40 +0000 |
| parents | 24b88c119465 |
| children | 768a3d012931 |
comparison
equal
deleted
inserted
replaced
| 20:be293e656a6f | 21:67a39d8914a8 |
|---|---|
| 4 */ | 4 */ |
| 5 | 5 |
| 6 #include <sys/param.h> | 6 #include <sys/param.h> |
| 7 #include <stdio.h> | 7 #include <stdio.h> |
| 8 #include <ctype.h> | 8 #include <ctype.h> |
| 9 #include <string.h> | |
| 9 #include <strings.h> | 10 #include <strings.h> |
| 10 #include <stdlib.h> | 11 #include <stdlib.h> |
| 11 | 12 |
| 12 extern char default_helpers_dir[]; | 13 extern char default_helpers_dir[]; |
| 13 | 14 |
