fgets
- Синтаксис
-
native fgets(file, buffer[], maxlength);
Переменная | Описание |
---|---|
file |
Handle to the file. |
buffer |
String buffer to hold the line |
maxlength |
Maximum size of string buffer |
- Описание
- Reads a line from a text file.
- Возвращает
- Total number of characters written on success, 0 otherwise