Fix IO memory access .. SB128 driver makes noises in VMWare - CMI is untested (Curren...
[AROS.git] / tools / toollib / lineparser.h
blob0247bca7aade56a37a60dfcb0dbc710688bc1b70
1 #ifndef TOOLLIB_LINEPARSER_H
2 #define TOOLLIB_LINEPARSER_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Header for the simple line parser
9 */
11 #ifndef TOOLLIB_TOOLLIB_H
12 #include <toollib/toollib.h>
13 #endif
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 */