Searched defs:puts (Results 1 – 1 of 1) sorted by relevance
47 #define puts(s) (fputs((s), stdout) == EOF? EOF: putchar('\n')) macro
Completed in 3 milliseconds