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

Go to the source code of this file.

Functions

FBCALL int fb_ErrorGetNum (void)
 
FBCALL int fb_ErrorSetNum (int err_num)
 
FBCALL int fb_ErrorGetLineNum (void)
 
FBCALL const char * fb_ErrorGetModName (void)
 
FBCALL const char * fb_ErrorSetModName (const char *mod_name)
 
FBCALL const char * fb_ErrorGetFuncName (void)
 
FBCALL const char * fb_ErrorSetFuncName (const char *fun_name)
 

Function Documentation

FBCALL const char* fb_ErrorGetFuncName ( void  )

Definition at line 38 of file error_getset.c.

FBCALL int fb_ErrorGetLineNum ( void  )

Definition at line 18 of file error_getset.c.

FBCALL const char* fb_ErrorGetModName ( void  )

Definition at line 24 of file error_getset.c.

FBCALL int fb_ErrorGetNum ( void  )

Definition at line 5 of file error_getset.c.

FBCALL const char* fb_ErrorSetFuncName ( const char *  fun_name)

Definition at line 44 of file error_getset.c.

FBCALL const char* fb_ErrorSetModName ( const char *  mod_name)

Definition at line 30 of file error_getset.c.

FBCALL int fb_ErrorSetNum ( int  err_num)

Definition at line 11 of file error_getset.c.