56ad9598d0
I know, this is a lot slower than the old one, but it's a transition to a new-new args parser that will use a hashmap... as soon as I get around to writing a hashmap implementation.
7 lines
86 B
C
7 lines
86 B
C
#ifndef TOKENIZE_H
|
|
#define TOKENIZE_H
|
|
|
|
int tokenize(char *, char *, char **);
|
|
|
|
#endif
|