Help for this page

Select Code to Download


  1. or download this
         #ifndef _INTPTR_T_DEFINED
         typedef int  intptr_t;
    ...
         typedef unsigned int uintptr_t;
         #  define _UINTPTR_T_DEFINED
         #endif
    
  2. or download this
    #ifdef _STDINT_H
    #ifndef _INTPTR_T_DEFINED
    ...
    #define _UINTPTR_T_DEFINED
    #endif
    #endif