Writes a string to stdout, replacing the string's terminating null character \0 with a newline character \n.
#include <stdio.h> int puts (const char *string);
string
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/stdio.h | stdio.h | clib.lib |