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

Go to the source code of this file.

Functions

static void hSkipLink (void)
 
FBCALL void fb_DataRestore (FB_DATADESC *labeladdr)
 
void fb_DataNext (void)
 

Variables

FB_DATADESC__fb_data_ptr = NULL
 

Function Documentation

void fb_DataNext ( void  )

Definition at line 29 of file data.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL void fb_DataRestore ( FB_DATADESC labeladdr)

Definition at line 18 of file data.c.

Here is the call graph for this function:

static void hSkipLink ( void  )
static

Definition at line 7 of file data.c.

Here is the caller graph for this function:

Variable Documentation

FB_DATADESC* __fb_data_ptr = NULL

Definition at line 5 of file data.c.