|
FreeBSD kernel libkern code
|
#include <sys/cdefs.h>#include <sys/libkern.h>#include <sys/limits.h>#include <sys/types.h>
Go to the source code of this file.
Macros | |
| #define | IDX(c) ((u_char)(c) / LONG_BIT) |
| #define | BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) |
Functions | |
| __FBSDID ("$BSDSUniX$") | |
| size_t | strspn (const char *s, const char *charset) |
| __FBSDID | ( | "$BSDSUniX$" | ) |