mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-26 07:18:50 -04:00
7 lines
84 B
C
7 lines
84 B
C
#ifndef _STDINT_H_
|
|
#define _STDINT_H_
|
|
|
|
typedef unsigned long int uintptr_t;
|
|
|
|
#endif
|