Define header file name in macro
#define STDIO <stdio.h> #include STDIO int main(void) { printf("This is a test."); return 0; }