programming:c:function fgetsWhat links here?

Syntax

char *fgets(char *str, int num, FILE *stream);


Get string from stream



Reads characters from stream and stores them as a C string into str until (num-1) characters have been read or either a newline or a the End-of-File is reached, whichever comes first. A newline character makes fgets stop reading, but it is considered a valid character and therefore it is included in the string copied to str. A null character is automatically appended in str after the characters read to signal the end of the C string.



Parameters



Return Value

On success, the function returns the same str parameter.

If the End-of-File is encountered and no characters have been read, the contents of str remain unchanged and a null pointer is returned.

If an error occurs, a null pointer is returned.

Use either ferror or feof to check whether an error happened or the End-of-File was reached.
programming:c:function fgets
programming - programming links
programming:c:function fputc
programming - C - function isalnum
programming - windows - networking - select based server
programming - CSS - tables
programming:c:function fclose
programming - cgi
programming:c:function strcpy
programming:c:function isgraph
file formats - PDF - array objects
code vault - dbgprintf
programming - C - function isdigit
programming:c:function islower
programming - Free Pascal
programming - pascal - procedure - delete
microprocessors - microchip pics - programming interface
filename:programming:c:function fgets
filename:programming%3Ac%3Afunction%20fgets
last edit:April 04 2009 16:17:28 (6273 days ago)
ct = 1780878370.000000 = June 07 2026 20:26:10
ft = 1238876248.000000 = April 04 2009 16:17:28
dt = 542002122.000000