fflush
- Синтаксис
-
native fflush(file);
Переменная | Описание |
---|---|
file |
File handle, or 0 for all open streams |
- Описание
- Flushes a buffered output stream.
- Возвращает
- 0 on success, -1 on failure
native fflush(file);
Переменная | Описание |
---|---|
file |
File handle, or 0 for all open streams |