#ifndef UTILS_H #define UTILS_H #include int parse_int(char *string, char *arg); #endif