Hello World functional
This commit is contained in:
7
include/stddef.h
Normal file
7
include/stddef.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __STDDEF__H
|
||||
#define __STDDEF__H
|
||||
#include "stdint.h"
|
||||
|
||||
typedef uintmax_t size_t;
|
||||
|
||||
#endif //!__STDDEF__H
|
||||
Reference in New Issue
Block a user