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

int is_number(char *str);

#endif