#include #define S 16 int main() { printf("%d, %d\n", sizeof(int), sizeof(size_t)); }