Nilorea Library
C utilities for networking, threading, graphics
n_exceptions.c File Reference

ExceptionContextList management for C. More...

#include <pthread.h>
#include "nilorea/n_common.h"
#include "nilorea/n_log.h"
#include "nilorea/n_exceptions.h"
+ Include dependency graph for n_exceptions.c:

Go to the source code of this file.

Functions

void pop_exception (int ex)
 Function to pop an exception in the list. More...
 
void push_exception (void)
 Function to push an exception in the list. More...
 

Variables

ExceptionContextList__Exceptions = NULL
 Globale variable for exception stack management. More...
 

Detailed Description

ExceptionContextList management for C.

Author
Castagnier Mickael
Version
1.0
Date
20/11/09

Definition in file n_exceptions.c.