This repository has been archived on 2026-05-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-04-20 20:09:16 +02:00

8 lines
137 B
C

#ifndef PARSE_EXP_H
#define PARSE_EXP_H
#include "queue.h"
struct queue *parse_expression(const char *str);
#endif /* ! PARSE_EXP_H */