Define bb_xgetlarg as a standard interface for extracting

numbers from getopt which includes careful error checking.
 -Erik
This commit is contained in:
Eric Andersen
2003-03-07 17:29:12 +00:00
parent bae7c1ac24
commit a9c6bc41e9
3 changed files with 30 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ int recursive_action(const char *fileName, int recurse, int followLinks, int dep
void* userData);
extern int parse_mode( const char* s, mode_t* theMode);
extern long bb_xgetlarg(char *arg, int base, long lower, long upper);
extern int get_kernel_revision(void);