summaryrefslogtreecommitdiffstats
path: root/test/stdlib/teststrtol.c
Commit message (Collapse)AuthorAgeFilesLines
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2005-07-231-4/+4
|
* Major facelift on the test area -- the beginnings of some real testingEric Andersen2000-10-041-0/+109
stuff so we can get this library into shape. -Erik