initial commit
This commit is contained in:
9
include/stddef.h
Normal file
9
include/stddef.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#define true 1
|
||||
#define false 0
|
||||
#define ENDL "\r\n"
|
||||
|
||||
typedef long unsigned int size_t;
|
||||
typedef unsigned char byte_t;
|
||||
typedef unsigned long long int uint64_t;
|
||||
Reference in New Issue
Block a user