changeset 121 | fef2ccfa7b12 |
parent 77 | 49e0babccb23 |
child 158 | 2cddd4d26139 |
120:430dbec0c228 | 121:fef2ccfa7b12 |
---|---|
10 #include <sys/stat.h> |
10 #include <sys/stat.h> |
11 #include <fcntl.h> |
11 #include <fcntl.h> |
12 #include <ctype.h> |
12 #include <ctype.h> |
13 #include <string.h> |
13 #include <string.h> |
14 |
14 |
15 #include <lsf.h> |
15 #include <lsf/lsf.h> |
16 |
16 |
17 Node *tokenizer (FILE * f, const char *delim) |
17 Node *tokenizer (FILE * f, const char *delim) |
18 { |
18 { |
19 |
19 |
20 /* |
20 /* |