FreeBASIC  0.91.0
file_lineinp.c File Reference
#include "fb.h"
Include dependency graph for file_lineinp.c:

Go to the source code of this file.

Macros

#define BUFFER_LEN   1024
 

Typedefs

typedef enum _eInputMode eInputMode
 

Enumerations

enum  _eInputMode { eIM_Invalid, eIM_ReadLine, eIM_Read }
 

Functions

static int fb_hFileLineInputEx (FB_FILE *handle, void *dst, ssize_t dst_len, int fillrem)
 
FBCALL int fb_FileLineInput (int fnum, void *dst, ssize_t dst_len, int fillrem)
 

Macro Definition Documentation

#define BUFFER_LEN   1024

Definition at line 5 of file file_lineinp.c.

Typedef Documentation

typedef enum _eInputMode eInputMode

Enumeration Type Documentation

Enumerator
eIM_Invalid 
eIM_ReadLine 
eIM_Read 

Definition at line 7 of file file_lineinp.c.

Function Documentation

FBCALL int fb_FileLineInput ( int  fnum,
void *  dst,
ssize_t  dst_len,
int  fillrem 
)

Definition at line 131 of file file_lineinp.c.

Here is the call graph for this function:

static int fb_hFileLineInputEx ( FB_FILE handle,
void *  dst,
ssize_t  dst_len,
int  fillrem 
)
static

Definition at line 14 of file file_lineinp.c.

Here is the call graph for this function:

Here is the caller graph for this function: