blob: 90f794715d97f12e5b7cde51a63a16e357fd6298 [file]
#include <stdio.h>
int main(void) {
printf("sizeof pointer: %zu\n", sizeof(void*));
return 0;
}