WIP : About to rip out the old parser and solver, can't get things working the way I expect and the old code is in the way
This commit is contained in:
@@ -10,4 +10,5 @@ void *memcpy(void *dest, void *src, size_t n);
|
||||
int strcmp(char *s1, char *s2);
|
||||
int lstrip(char *s1, char *s2, char *strip);
|
||||
int rstrip(char *s1, char *s2, char *strip);
|
||||
char *lstripseek(char *s, char *strip);
|
||||
#endif /* _STRING_H_ */
|
||||
|
||||
Reference in New Issue
Block a user