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