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

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)
 

Function Documentation

FBCALL void fb_Assert ( char *  filename,
int  linenum,
char *  funcname,
char *  expression 
)

Definition at line 5 of file error_assert.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL void fb_AssertWarn ( char *  filename,
int  linenum,
char *  funcname,
char *  expression 
)

Definition at line 19 of file error_assert.c.

Here is the caller graph for this function: