aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
Commit message (Collapse)AuthorAgeFilesLines
* When adding a fake argv[0], bump argc.Miles Bader1995-05-221-1/+4
| | | | Set optind to 0, so that getopt will reinitialize itself.
* Initial revisionMiles Bader1995-05-202-0/+306
|
* Declare argz_count and argz_extract.Miles Bader1995-05-181-0/+7
|
* Add two new functions: argz_count returns the number of arguments in an argzMiles Bader1995-05-181-0/+33
| | | | vector, and argz_extract extracts the arguments into an argv type vector.
* Initial revisionMiles Bader1995-03-312-0/+107