Add simplified toupper, tolower, str[n]casecmp to core
authorH. Peter Anvin <hpa@zytor.com>
Mon, 1 Mar 2010 16:54:36 +0000 (08:54 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 1 Mar 2010 16:54:36 +0000 (08:54 -0800)
commitf6bd4f6d06b23470c4397c8950177b0810a531dd
tree4f7b4fd251d61ebe7c74741a7964d6fb920c754a
parent9ccd44b8acbd3664d5ab25cfec7c6f8c239dd428
Add simplified toupper, tolower, str[n]casecmp to core

(Missing from previous checkin)

Add simplified toupper(), tolower() and str[n]casecmp()
implementations to the core, good enough for ASCII e.g. for use in URL
parsing, or in config file decoding.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/include/ctype.h [new file with mode: 0644]
core/strcasecmp.c [new file with mode: 0644]
core/strncasecmp.c [new file with mode: 0644]