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