1 #ifndef TOOLLIB_LINEPARSER_H
2 #define TOOLLIB_LINEPARSER_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Header for the simple line parser
11 #ifndef TOOLLIB_TOOLLIB_H
12 #include <toollib/toollib.h>
15 extern char * get_line
PARAMS((FILE *fd
));
16 extern char *keyword
PARAMS((char *line
));
17 extern int get_words
PARAMS((char *line
, char ***outarray
));
19 #endif /* TOOLLIB_LINEPARSER_H */