ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
file.h File Reference

Cross-platform file I/O interface for ascii-chat. More...

Go to the source code of this file.

Macros

#define PLATFORM_O_RDONLY   O_RDONLY
 Open file for reading only.
 
#define PLATFORM_O_WRONLY   O_WRONLY
 Open file for writing only.
 
#define PLATFORM_O_RDWR   O_RDWR
 Open file for reading and writing.
 
#define PLATFORM_O_CREAT   O_CREAT
 Create file if it doesn't exist.
 
#define PLATFORM_O_EXCL   O_EXCL
 Fail if file already exists (with O_CREAT)
 
#define PLATFORM_O_TRUNC   O_TRUNC
 Truncate file to zero length if it exists.
 
#define PLATFORM_O_APPEND   O_APPEND
 Append to end of file.
 
#define PLATFORM_O_BINARY   0
 Open file in binary mode (Windows)
 

Detailed Description

Cross-platform file I/O interface for ascii-chat.

Definition in file file.h.