summaryrefslogtreecommitdiffstats
path: root/src/include/strings.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.