Switch: to freestanding stdint and stdbool headers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "system.h"
|
||||
#include "../libc/stdint.h"
|
||||
#include <stdint.h>
|
||||
|
||||
void *memset(void *dest, char val, size_t count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user