Overview Home Back Next Content of this session Browse Files extern int puts(char *str); int main() { puts("hello, world!\n"); }