changeset 121 | fef2ccfa7b12 |
parent 120 | 430dbec0c228 |
child 150 | 75133486ba7e |
120:430dbec0c228 | 121:fef2ccfa7b12 |
---|---|
10 #define LINE_LENGTH 100 |
10 #define LINE_LENGTH 100 |
11 #endif |
11 #endif |
12 |
12 |
13 #include <stdio.h> |
13 #include <stdio.h> |
14 #ifndef __LIST__H |
14 #ifndef __LIST__H |
15 #include <list.h> |
15 #include <lsf/list.h> |
16 #endif |
16 #endif |
17 |
17 |
18 /* tokenizer splits a file into tokens */ |
18 /* tokenizer splits a file into tokens */ |
19 Node *tokenizer (FILE *, const char *); |
19 Node *tokenizer (FILE *, const char *); |
20 |
20 |