Files
2025-01-18 07:09:37 -05:00

7 lines
84 B
C

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