FreeBSD kernel libkern code
|
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/libkern.h>
Go to the source code of this file.
Macros | |
#define | LIBKERN_INLINE |
Functions | |
__FBSDID ("$BSDSUniX$") | |
void * | memset (void *b, int c, size_t len) |
__FBSDID | ( | "$BSDSUniX$" | ) |
void* memset | ( | void * | b, |
int | c, | ||
size_t | len | ||
) |
Definition at line 34 of file memset.c.
Referenced by inet_ntop6(), and inet_pton6().