]> git.gag.com Git - fw/sdcc/blob - src/hc08/main.h
* src/port.h (PORT structure): added hook initPaths, now each
[fw/sdcc] / src / hc08 / main.h
1 #ifndef MAIN_INCLUDE
2 #define MAIN_INCLUDE
3
4 bool x_parseOptions (char **argv, int *pargc);
5 void x_setDefaultOptions (void);
6 void x_finaliseOptions (void);
7
8 #endif