This commit is contained in:
nub31
2025-09-03 13:44:44 +02:00
parent 204c747c43
commit 08bbe517c5
20 changed files with 44 additions and 48 deletions

View File

@@ -1,6 +0,0 @@
#pragma once
#include "stddef.h"
#include "stdint.h"
void memset(void* destination, uint8_t value, size_t length);