8 lines
114 B
C
8 lines
114 B
C
#ifndef PARSE_H
|
|
#define PARSE_H
|
|
|
|
extern int parse(const char * filename);
|
|
extern int deinit_parser(void);
|
|
|
|
#endif
|