summaryrefslogtreecommitdiff
path: root/com32/include/ctype.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: make chrreplace reachable for com32 modulesErwan Velu2011-03-181-0/+1
| | | | | chr_replace was only used in pci/scan.c but this could be useful for other modules like hdt ;)
* skipspace: move out of linesyslinux-4.04-pre9H. Peter Anvin2011-02-241-6/+3
| | | | | | Move skipspace() out of line since it triggers inlining warnings. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* com32: single instance of skipspace()Erwan Velu2011-02-071-0/+7
| | | | no need to keep several versions of it.
* Run Nindent on com32/include/ctype.hH. Peter Anvin2009-05-291-26/+24
| | | | | | | | | Automatically reformat com32/include/ctype.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>
* ctype.h: change extern inline to static inlineH. Peter Anvin2008-08-121-1/+1
| | | | | | Make -std=gnu99 happy... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Very first cut at a klibc-derived C library for com32hpa2004-11-101-0/+119