Files
2024-05-23 14:17:54 -07:00

7 lines
84 B
C

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