Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/_XBT_GNUC_FUNCTION/_XBT_FUNCTION/ (that's how to get __FUNCTION__ portably)
[simgrid.git] / include / xbt.h
1 /* $Id$ */
2
3 /* xbt.h - Public interface to the xbt (gras's toolbox)                   */
4
5 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
6
7 /* This program is free software; you can redistribute it and/or modify it
8  * under the terms of the license (GNU LGPL) which comes with this package. */
9
10 #ifndef xbt_H
11 #define xbt_H
12
13 #include <xbt/misc.h>
14 #include <xbt/sysdep.h>
15
16 #include <xbt/error.h>
17 #include <xbt/log.h>
18
19 #include <xbt/module.h>
20
21 #include <xbt/dynar.h>
22 #include <xbt/dict.h>
23 #include <xbt/set.h>
24 #include <xbt/swag.h>
25 #include <xbt/heap.h>
26
27 #include <xbt/config.h>
28
29 #endif /* xbt_H */