marioparty4/include/stdint.h
2023-12-30 09:01:00 -06:00

14 lines
No EOL
152 B
C

#ifndef _STDINT_H_
#define _STDINT_H_
#ifdef __cplusplus
extern "C" {
#endif
typedef unsigned long int uintptr_t;
#ifdef __cplusplus
}
#endif
#endif