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

Go to the source code of this file.

Functions

static char * hWrapper (char *buffer, size_t count, FILE *fp)
 
int fb_DevFileReadLineDumb (FILE *fp, FBSTRING *dst, fb_FnDevReadString pfnReadString)
 
int fb_DevFileReadLine (FB_FILE *handle, FBSTRING *dst)
 

Function Documentation

int fb_DevFileReadLine ( FB_FILE handle,
FBSTRING dst 
)

Definition at line 115 of file dev_file_readline.c.

Here is the call graph for this function:

int fb_DevFileReadLineDumb ( FILE *  fp,
FBSTRING dst,
fb_FnDevReadString  pfnReadString 
)

Definition at line 11 of file dev_file_readline.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static char* hWrapper ( char *  buffer,
size_t  count,
FILE *  fp 
)
static

Definition at line 5 of file dev_file_readline.c.

Here is the caller graph for this function: