index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
util.h
blob: 688ac63b8a5d223c9bc1ad31e7cc728562c74da0 (
plain
)
1
2
3
4
#pragma once #include <stddef.h> void *memset(void *s, int c, size_t n);