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
/
src
/
kernel
/
arch
/
amd64
/
32
/
util.h
blob: 087f39726353baeb3e2a8a48db7cce7360ec97dc (
plain
)
1
2
3
4
#pragma once #include <stddef.h> void *memset32(void *s, int c, size_t n);