Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Interface revolution: do not try to survive to malloc failure
[simgrid.git] / src / xbt / xbt_interface.h
1 /* $Id$ */
2
3 /* core - very basic functionnalities of GRAS (logs, data container, ...)   */
4
5 /* module's public interface exported within GRAS, but not to end user.     */
6
7 /* Authors: Martin Quinson                                                  */
8 /* Copyright (C) 2004 Martin Quinson.                                       */
9
10 /* This program is free software; you can redistribute it and/or modify it
11    under the terms of the license (GNU LGPL) which comes with this package. */
12
13 #ifndef XBT_INTERFACE_H
14 #define XBT_INTERFACE_H
15
16 /* Modules definitions */
17 void gras_log_exit(void);
18
19 #endif /* XBT_INTERFACE_H */