summaryrefslogtreecommitdiff
path: root/com32/include/stdlib.h
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/include/stdlib.hH. Peter Anvin2009-05-291-16/+25
| | | | | | | | | Automatically reformat com32/include/stdlib.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* com32: make _Exit just an ordinary symbolH. Peter Anvin2008-10-141-5/+1
| | | | | | | | Make _Exit just an ordinary symbol which aliases _exit. This avoids some versions of gcc complaining about the inline, which is rather unnecessary anyway. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* com32/lib: add zalloc()H. Peter Anvin2008-08-011-0/+1
| | | | | | Add the nonstandard, but often useful, zalloc() function. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Very first cut at a klibc-derived C library for com32hpa2004-11-101-0/+90