diff options
author | HampusM <hampus@hampusmat.com> | 2021-12-13 21:16:54 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-12-13 21:16:54 +0100 |
commit | af93edd8433634d82e855e9c9bcbca249a476977 (patch) | |
tree | 14577381b1bc101eb14080c13e624743c120a86e /utils.h | |
parent | 5afa8ec91fbbb8c20e2425d56d11cac8bd08c8a4 (diff) |
refactor: clean code
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#ifndef UTILS_H +#define UTILS_H + +int is_number(char *str); + +#endif
\ No newline at end of file |