7 lines
86 B
C
7 lines
86 B
C
|
#ifndef TOKENIZE_H
|
||
|
#define TOKENIZE_H
|
||
|
|
||
|
int tokenize(char *, char *, char **);
|
||
|
|
||
|
#endif
|