mirror of
https://github.com/encounter/oot-vc.git
synced 2026-03-30 11:33:51 -07:00
e554e4a8d6
* add libc headers * removed the older libc files
7 lines
84 B
C
7 lines
84 B
C
#ifndef _STDINT_H_
|
|
#define _STDINT_H_
|
|
|
|
typedef unsigned long int uintptr_t;
|
|
|
|
#endif
|