printf("");
printf("string");
#include <stdio.h> void main(void) { printf("Hello, World!"); }
int printf(const char *format, ...);