Functions HI-TECH C PUTS

PUTS

SYNOPSIS

#include  <stdio.h>

int puts(char * s)


DESCRIPTION

Puts() writes the string s to the stdout stream, appending a newline. The null terminating the string is not copied. EOF is returned on error.

SEE ALSO

fputs, gets, freopen, fclose