diff options
author | dzwdz | 2021-06-25 16:22:43 +0200 |
---|---|---|
committer | dzwdz | 2021-06-25 16:22:43 +0200 |
commit | f60d40f3bf4dfe8ed6f63a27367d323319a4ef97 (patch) | |
tree | 1cde54eb600106d0d1fc11927f55d5a03eb2b4aa /kernel/util.h | |
parent | 376325d08388d9103ca2f57aceb60c4a507a42aa (diff) |
ring3
Diffstat (limited to 'kernel/util.h')
-rw-r--r-- | kernel/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/util.h b/kernel/util.h new file mode 100644 index 0000000..688ac63 --- /dev/null +++ b/kernel/util.h @@ -0,0 +1,4 @@ +#pragma once +#include <stddef.h> + +void *memset(void *s, int c, size_t n); |