...
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include "stddef.h"
|
||||
#include "stdint.h"
|
||||
|
||||
void memset(void* destination, uint8_t value, size_t length);
|
||||
Reference in New Issue
Block a user