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

Go to the source code of this file.

Functions

static int hCheckBOM (FB_FILE *handle)
 
static int hWriteBOM (FB_FILE *handle)
 
int fb_DevFileOpenEncod (FB_FILE *handle, const char *filename, size_t fname_len)
 

Variables

static FB_FILE_HOOKS hooks_dev_file
 

Function Documentation

int fb_DevFileOpenEncod ( FB_FILE handle,
const char *  filename,
size_t  fname_len 
)

Definition at line 101 of file dev_file_encod_open.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static int hCheckBOM ( FB_FILE handle)
static

Definition at line 22 of file dev_file_encod_open.c.

Here is the caller graph for this function:

static int hWriteBOM ( FB_FILE handle)
static

Definition at line 66 of file dev_file_encod_open.c.

Here is the caller graph for this function:

Variable Documentation