Files
2025-07-31 07:12:24 +02:00

10 lines
127 B
C

#ifndef _TYPES_H_
#define _TYPES_H_
#include "dolphin/types.h"
typedef unsigned int uintptr_t;
typedef int intptr_t;
#endif