FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
static void | fb_Die (int err_num, int line_num, const char *mod_name, const char *fun_name) |
FB_ERRHANDLER | fb_ErrorThrowEx (int err_num, int line_num, const char *mod_name, void *res_label, void *resnext_label) |
FB_ERRHANDLER | fb_ErrorThrowAt (int line_num, const char *mod_name, void *res_label, void *resnext_label) |
FBCALL FB_ERRHANDLER | fb_ErrorSetHandler (FB_ERRHANDLER newhandler) |
void * | fb_ErrorResume (void) |
void * | fb_ErrorResumeNext (void) |
Variables | |
static const char * | messages [] |
|
static |
void* fb_ErrorResume | ( | void | ) |
void* fb_ErrorResumeNext | ( | void | ) |
FBCALL FB_ERRHANDLER fb_ErrorSetHandler | ( | FB_ERRHANDLER | newhandler) |
FB_ERRHANDLER fb_ErrorThrowAt | ( | int | line_num, |
const char * | mod_name, | ||
void * | res_label, | ||
void * | resnext_label | ||
) |
FB_ERRHANDLER fb_ErrorThrowEx | ( | int | err_num, |
int | line_num, | ||
const char * | mod_name, | ||
void * | res_label, | ||
void * | resnext_label | ||
) |
|
static |