Macro Preprocessor C

#define STDIO 
#include STDIO
int main(void)
{
  printf("This is a test.");
  return 0;
}