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:
2024-05-07 18:06:01 -04:00
parent bd9399e060
commit 06d110e28b
5 changed files with 136 additions and 97 deletions

View File

@@ -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_ */