index
:
kappa
master
An x86 operating system from scratch
Franklin Wei
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
include
/
string.h
blob: 650a7accf822bd7033b0ce3eba7f70b77b1ba7cc (
plain
)
1
2
3
#include <stddef.h>
int
strlen
(
const char
*);
void
*
memset
(
void
*,
int
,
size_t
);