FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
FBCALL void | fb_Assert (char *filename, int linenum, char *funcname, char *expression) |
FBCALL void | fb_AssertWarn (char *filename, int linenum, char *funcname, char *expression) |
FBCALL void fb_Assert | ( | char * | filename, |
int | linenum, | ||
char * | funcname, | ||
char * | expression | ||
) |
Definition at line 5 of file error_assert.c.
FBCALL void fb_AssertWarn | ( | char * | filename, |
int | linenum, | ||
char * | funcname, | ||
char * | expression | ||
) |