mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
options: expose string_to_long()
Expose string_to_long() so that other source files can use it. Signed-off-by: Liam Beguin <liambeguin@gmail.com>
This commit is contained in:
parent
0a825d87cf
commit
04da651f09
1 changed files with 1 additions and 0 deletions
|
|
@ -56,4 +56,5 @@ struct option_t
|
|||
|
||||
extern struct option_t option;
|
||||
|
||||
long string_to_long(char *string);
|
||||
void parse_options(int argc, char *argv[]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue