-

Changes

Jump to: navigation, search

Functions HI-TECH C GETS

344 bytes added, 20:23, 31 July 2017
Created page with "<strong>GETS</strong> ==SYNOPSIS== #include <stdio.h> char * gets(char * s) ==DESCRIPTION== <strong>Gets</strong>() reads a line from standard input into the buffer at..."
<strong>GETS</strong>
==SYNOPSIS==

#include <stdio.h>

char * gets(char * s)


==DESCRIPTION==
<strong>Gets</strong>() reads a line from standard input into the buffer
at s, deleting the newline (cf. <strong>fgets</strong>() ). The buffer
is null terminated. It returns its argument, or NULL on
end-of-file.

==SEE ALSO==

fgets, freopen

Navigation menu