Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure we don't went out of the string to handle *before* using it (thx valgrind)
[simgrid.git] / src / xbt / ex_interface.h
1 /* $Id$ */
2
3 /* ex -- exception handling                                                 */
4 /* This file is not to be loaded from anywhere but ex.c                     */
5
6 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
7
8 /* This program is free software; you can redistribute it and/or modify it
9  * under the terms of the license (GNU LGPL) which comes with this package. */
10
11 #ifndef _XBT_EX_INTERFACE_H_
12 #define _XBT_EX_INTERFACE_H_
13
14 void xbt_ex_setup_backtrace(xbt_ex_t *e);
15
16 #endif  /* _XBT_EX_INTERFACE_H_ */
17