Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
making some field names more explicit (e.g. void * -> sim_data_task_t) even though...
[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/sysdep.h>
14
15 #include <xbt/error.h>
16 #include <xbt/log.h>
17
18 #include <xbt/module.h>
19
20 #include <xbt/dynar.h>
21 #include <xbt/dict.h>
22 #include <xbt/set.h>
23 #include <xbt/swag.h>
24 #include <xbt/heap.h>
25
26 #include <xbt/config.h>
27
28 #endif /* xbt_H */