aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
blob: a1b69e16cabd550797585fbe35f9c1ab39871272 (plain)
1
2
3
4
5
6
#ifndef UTILS_H
#define UTILS_H

int is_number(char *str);

#endif