#ifndef UTILS_H #define UTILS_H int is_number(char *str); #endif