summaryrefslogtreecommitdiffstats
path: root/test/args/arg_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Patch from David Schleef to check for proper 16-byte aligedEric Andersen2002-02-281-0/+10
| | | | stack pointer on powerpc
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-2/+3
|
* Fix common C ambiguity.David Schleef2001-11-121-2/+2
|
* Forgot to increment iEric Andersen2001-02-231-1/+1
|
* Add in a silly test to check that argc, argv, and environ areEric Andersen2001-02-091-0/+44
working as expected... -Erik