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

@ -56,5 +56,4 @@ struct option_t
extern struct option_t option;
long string_to_long(char *string);
void parse_options(int argc, char *argv[]);