Fgets
Last Modified: May 29, 2005 14:05PM
|
|
| (Any)
|
Description
STRING FGETS(INT FILE)
PARAMETERS:
INT File: Identifier of a file opened with fopen().
DESCRIPTION:
Read a line of text from a file, and give back its content in a string. Single lines up until a maximum of 1024 characters are interpreted specially: It is interpreted as a line jump. It is interpreted like only a character. At the end of the line unites the following line with the present one.
Any other character leaves such as (eliminating this allows us to store strings by means of Fputs so that they can be recovered by means of Fgets).
|
User Contributed Notes Fgets |
|
| There are no user contributed notes for this page. |
| Last updated: Thu, 26 May 2005 - 18:02:38 |
|
|