summaryrefslogtreecommitdiffstats
path: root/src/include/strings.h
Commit message (Collapse)AuthorAgeFilesLines
* 4.3BSD says that bcopy and bzero are defined in strings.h, not string.hMichael Brown2007-01-191-0/+11
|
* The prototype for strcasecmp() is apparently in strings.h.Michael Brown2006-08-091-0/+2
|
* Add __constant_flsl(), because it's useful for finding out the nextMichael Brown2006-04-251-0/+54
power-of-two up from a given constant via ( 1 << fls ( constant - 1 ) ) fls(), flsl(), ffs() and ffsl() appear in strings.h according to POSIX.