Query: get_options
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GET_OPTIONS(9) Basic Kernel Library Functions GET_OPTIONS(9)NAMEget_options - Parse a string into a list of integersSYNOPSISchar * get_options(const char * str, int nints, int * ints);ARGUMENTSstr String to be parsed nints size of integer array ints integer arrayDESCRIPTIONThis function parses a string containing a comma-separated list of integers, a hyphen-separated range of _positive_ integers, or a combination of both. The parse halts when the array is full, or when no more numbers can be retrieved from the string. Return value is the character in the string which caused the parse to end (typically a null terminator, if str is completely parseable).COPYRIGHTKernel Hackers Manual 2.6. July 2010 GET_OPTIONS(9)
Related Man Pages |
---|
addnstr(3x) - mojave |
mvwaddnstr(3x) - redhat |
waddstr(3x) - redhat |
numtos(9f) - opensolaris |
stoi(9f) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Get Options and Parameters |
Using perl to get options from command line |