-

Functions HI-TECH C PUTS

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search

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