FreeBASIC
0.91.0
|
#include "fb.h"
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) |
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 | ||
) |
|
static |
Definition at line 5 of file array_boundchk.c.