_F_xxxx #define

From RAD Studio
Jump to: navigation, search

Go Up to stdio.h Index


Header File

stdio.h

Description

File status flags of streams

Name Meaning

_F_RDWR

Read and write

_F_READ

Read-only file

_F_WRIT

Write-only file

_F_BUF

Malloc'ed buffer data

_F_LBUF

Line-buffered file

_F_ERR

Error indicator

_F_EOF

EOF indicator

_F_BIN

Binary file indicator

_F_IN

Data is incoming

_F_OUT

Data is outgoing

_F_TERM

File is a terminal