9 lines
138 B
C
9 lines
138 B
C
#ifndef PARSE_GO_HH
|
|
#define PARSE_GO_HH
|
|
|
|
#include "node.h"
|
|
|
|
node_t *parse_sl(bip_t *ip, char **pstr, int *plen);
|
|
|
|
#endif /* PARSE_GO_H */
|