#include #define S(x) S0(x) #define S0(x) #x extern int puts(const char *); int main(int argc, char **argv) { puts(S(_BSD_SIZE_T_)); }