Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
readline.h File Reference
#include "straw.h"
#include "wwfile.h"
#include <wchar.h>

Go to the source code of this file.

Macros

#define READLINE_H
 

Functions

int Read_Line (FileClass &file, char *buffer, int len, bool &eof)
 
int Read_Line (Straw &file, char *buffer, int len, bool &eof)
 
int Read_Line (Straw &file, wchar_t *buffer, int len, bool &eof)
 

Macro Definition Documentation

◆ READLINE_H

#define READLINE_H

Definition at line 41 of file readline.h.

Function Documentation

◆ Read_Line() [1/3]

int Read_Line ( FileClass & file,
char * buffer,
int len,
bool & eof )

Definition at line 76 of file readline.cpp.

◆ Read_Line() [2/3]

int Read_Line ( Straw & file,
char * buffer,
int len,
bool & eof )

Definition at line 104 of file readline.cpp.

◆ Read_Line() [3/3]

int Read_Line ( Straw & file,
wchar_t * buffer,
int len,
bool & eof )

Definition at line 128 of file readline.cpp.