-

Changes

Jump to: navigation, search

Functions HI-TECH C PUTS

308 bytes added, 22:58, 31 July 2017
Created page with "<strong>PUTS</strong> ==SYNOPSIS== #include <stdio.h> int puts(char * s) ==DESCRIPTION== <strong>Puts</strong>() writes the string s to the stdout stream, appen..."
<strong>PUTS</strong>
==SYNOPSIS==

#include <stdio.h>

int puts(char * s)


==DESCRIPTION==
<strong>Puts</strong>() 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

Navigation menu