* src/port.h: use const poiters to strings
[fw/sdcc] / src / SDCCargs.h
index 4208327070afec0e3f17d7a988d118a61c809f26..1a379101356107fe6326e9d21e3a7b90c685decc 100644 (file)
@@ -49,4 +49,7 @@ typedef struct {
     const char *help;
 } OPTION;
 
+char *getStringArg(const char *szStart, char **argv, int *pi, int argc);
+int getIntArg(const char *szStart, char **argv, int *pi, int argc);
+
 #endif