pratt/src/eval.h

9 lines
122 B
C
Raw Normal View History

#ifndef ONCE_H
#define ONCE_H
#include <stdbool.h>
bool eval_string(const char *input, int *res);
#endif /* !ONCE_H */