Parsing commandline arguments
This commit is contained in:
7
ulib/string/conv.h
Normal file
7
ulib/string/conv.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef ULIB_STRING_CONV_H_
|
||||
#define ULIB_STRING_CONV_H_
|
||||
|
||||
unsigned long string_conv_strtoul(const char *nptr, char **endptr, int base);
|
||||
long string_conv_strtol(const char *nptr, char **endptr, int base);
|
||||
|
||||
#endif // ULIB_STRING_CONV_H_
|
Reference in New Issue
Block a user