Hello World functional

This commit is contained in:
Jaby
2022-08-28 11:15:13 +02:00
committed by Jaby
parent 6ccfcf7c78
commit aeaa43201e
13 changed files with 234 additions and 16 deletions

7
include/stddef.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef __STDDEF__H
#define __STDDEF__H
#include "stdint.h"
typedef uintmax_t size_t;
#endif //!__STDDEF__H