This commit is contained in:
nub31
2025-09-03 13:32:40 +02:00
parent 87d1a291f7
commit 204c747c43
22 changed files with 111 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
#include "mem.h"
#include <stdint.h>
#include "stdint.h"
void memset(void* destination, uint8_t value, size_t length)
{