INtime SDK Help
puts

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);

Parameters

string
String to be output.

Return Values

A non-negative value.
Success.
EOF.
Failure.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/stdio.h stdio.h clib.lib

See Also

fputs, gets