FreeCalypso > hg > freecalypso-sw
comparison loadtools/flmain.c @ 412:bf49e348576b
fc-loadtool: flcmplboot.c (boot-reflash-hack) code started
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Tue, 17 Jun 2014 05:07:17 +0000 |
| parents | 23ab8fe81764 |
| children | b2487cfd68fd |
comparison
equal
deleted
inserted
replaced
| 411:d7f409493eb6 | 412:bf49e348576b |
|---|---|
| 1 /* | 1 /* |
| 2 * This module is the main entry point for fc-loadtool flash functions | 2 * This module is the main entry point for fc-loadtool flash functions |
| 3 */ | 3 */ |
| 4 | 4 |
| 5 #include <sys/types.h> | 5 #include <sys/types.h> |
| 6 #include <ctype.h> | |
| 6 #include <stdio.h> | 7 #include <stdio.h> |
| 7 #include <stdint.h> | 8 #include <stdint.h> |
| 8 #include <string.h> | 9 #include <string.h> |
| 9 #include <strings.h> | 10 #include <strings.h> |
| 10 #include <stdlib.h> | 11 #include <stdlib.h> |
