#include int main () { printf("void *: %lu, size_t: %lu\n", sizeof(void *), sizeof(size_t)); return 0; }