Files
Yanis e554e4a8d6 Import libc headers (#17)
* add libc headers

* removed the older libc files
2024-08-28 21:47:07 -07:00

7 lines
84 B
C

#ifndef _STDINT_H_
#define _STDINT_H_
typedef unsigned long int uintptr_t;
#endif