Nilorea Library
C utilities for networking, threading, graphics
ex_exceptions.c File Reference
+ Include dependency graph for ex_exceptions.c:

Go to the source code of this file.

Functions

int all_exception (int boolean)
 
int array_exception (int boolean)
 
int divzero_exception (int boolean)
 
int main (void)
 
int overflow_exception (int boolean)
 
int parsing_exception (int boolean)
 

Function Documentation

◆ all_exception()

int all_exception ( int  boolean)
Examples
ex_exceptions.c.

Definition at line 58 of file ex_exceptions.c.

References LOG_NOTICE, n_log, PARSING_EXCEPTION, and Throw.

Referenced by main().

+ Here is the caller graph for this function:

◆ array_exception()

int array_exception ( int  boolean)
Examples
ex_exceptions.c.

Definition at line 10 of file ex_exceptions.c.

References ARRAY_EXCEPTION, LOG_NOTICE, n_log, and Throw.

Referenced by main().

+ Here is the caller graph for this function:

◆ divzero_exception()

int divzero_exception ( int  boolean)
Examples
ex_exceptions.c.

Definition at line 22 of file ex_exceptions.c.

References DIVZERO_EXCEPTION, LOG_NOTICE, n_log, and Throw.

Referenced by main().

+ Here is the caller graph for this function:

◆ main()

◆ overflow_exception()

int overflow_exception ( int  boolean)
Examples
ex_exceptions.c.

Definition at line 34 of file ex_exceptions.c.

References LOG_NOTICE, n_log, OVERFLOW_EXCEPTION, and Throw.

Referenced by main().

+ Here is the caller graph for this function:

◆ parsing_exception()

int parsing_exception ( int  boolean)
Examples
ex_exceptions.c.

Definition at line 46 of file ex_exceptions.c.

References LOG_NOTICE, n_log, PARSING_EXCEPTION, and Throw.

Referenced by main().

+ Here is the caller graph for this function: