Help for this page
#ifndef _INTPTR_T_DEFINED typedef int intptr_t; ... typedef unsigned int uintptr_t; # define _UINTPTR_T_DEFINED #endif
#ifdef _STDINT_H #ifndef _INTPTR_T_DEFINED ... #define _UINTPTR_T_DEFINED #endif #endif