blob: 201780c8d3fe5a5cd2c1900b1b4e43d3060082a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
allow *_t
|