Help for this page

Select Code to Download


  1. or download this
    #include <stdint.h>
    #include <stdio.h>
    ...
    
        return 0;
    }
    
  2. or download this
    #if sizeof(uintptr_t) == 4
    #    define UINTPTR_C(p) UINT32_C(p)
    ...
    #else
    #    error uintptr_t size not handled.
    #endif