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

Go to the source code of this file.

Functions

static void * hThrowError (int linenum, const char *fname)
 
FBCALL void * fb_ArrayBoundChk (ssize_t idx, ssize_t lbound, ssize_t ubound, int linenum, const char *fname)
 
FBCALL void * fb_ArraySngBoundChk (size_t idx, size_t ubound, int linenum, const char *fname)
 

Function Documentation

FBCALL void* fb_ArrayBoundChk ( ssize_t  idx,
ssize_t  lbound,
ssize_t  ubound,
int  linenum,
const char *  fname 
)

Definition at line 12 of file array_boundchk.c.

Here is the call graph for this function:

FBCALL void* fb_ArraySngBoundChk ( size_t  idx,
size_t  ubound,
int  linenum,
const char *  fname 
)

Definition at line 27 of file array_boundchk.c.

Here is the call graph for this function:

static void* hThrowError ( int  linenum,
const char *  fname 
)
static

Definition at line 5 of file array_boundchk.c.

Here is the call graph for this function:

Here is the caller graph for this function: