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

Go to the source code of this file.

Functions

void fb_DevScrnInit_Screen (void)
 
int fb_DevScrnOpen (FB_FILE *handle, const char *filename, size_t filename_len)
 
void fb_DevScrnInit (void)
 

Variables

static FB_FILE_HOOKS hooks_dev_scrn
 

Function Documentation

void fb_DevScrnInit ( void  )

Definition at line 47 of file dev_scrn.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void fb_DevScrnInit_Screen ( void  )

Definition at line 7 of file dev_scrn_init.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_DevScrnOpen ( FB_FILE handle,
const char *  filename,
size_t  filename_len 
)

Definition at line 22 of file dev_scrn.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation