mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Move string_to_long() to misc.c
This commit is contained in:
parent
d7b038d4ef
commit
e9d5a23129
4 changed files with 19 additions and 17 deletions
|
|
@ -24,3 +24,4 @@
|
|||
|
||||
char * current_time(void);
|
||||
void delay(long ms);
|
||||
long string_to_long(char *string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue