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

Go to the source code of this file.

Macros

#define BUFFER_SIZE   1024
 

Functions

static void hConvToA (char *buffer, FB_WCHAR *expression)
 
FBCALL void fb_AssertW (char *filename, int linenum, char *funcname, FB_WCHAR *expression)
 
FBCALL void fb_AssertWarnW (char *filename, int linenum, char *funcname, FB_WCHAR *expression)
 

Macro Definition Documentation

#define BUFFER_SIZE   1024

Definition at line 5 of file error_assert_wstr.c.

Function Documentation

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

Definition at line 13 of file error_assert_wstr.c.

Here is the call graph for this function:

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

Definition at line 28 of file error_assert_wstr.c.

Here is the call graph for this function:

static void hConvToA ( char *  buffer,
FB_WCHAR expression 
)
static

Definition at line 7 of file error_assert_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function: