Move string_to_long() to misc.c

This commit is contained in:
Martin Lund 2022-03-11 13:33:35 +01:00
parent d7b038d4ef
commit e9d5a23129
4 changed files with 19 additions and 17 deletions

View file

@ -24,3 +24,4 @@
char * current_time(void);
void delay(long ms);
long string_to_long(char *string);