mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 19:40:06 +00:00
002e2dc42b
2000-02-24 Ulrich Drepper <drepper@redhat.com> * conform/conformtest.pl (@headers): Add string.h and strings.h. * conform/data/string.h-data: New file. * conform/data/strings.h-data: New file. * string/string.h [__USE_XOPEN]: Don't declare functions from <strings.h> here as well.
11 lines
370 B
Plaintext
11 lines
370 B
Plaintext
function int bcmp (const void*, const void*, size_t)
|
|
function void bcopy (const void*, void*, size_t)
|
|
function void bzero (void*, size_t)
|
|
function int ffs (int)
|
|
function {char*} index (const char*, int)
|
|
function {char*} rindex (const char*, int)
|
|
function int strcasecmp (const char*, const char*)
|
|
function int strncasecmp (const char*, const char*, size_t)
|
|
|
|
type size_t
|