init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef PARSE_EXP_H
|
||||
#define PARSE_EXP_H
|
||||
|
||||
#include "queue.h"
|
||||
|
||||
struct queue *parse_expression(const char *str);
|
||||
|
||||
#endif /* ! PARSE_EXP_H */
|
||||
Reference in New Issue
Block a user