Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
regenerate flex generated files with a more recent flex (not mandatory, but cmake...
[simgrid.git] / include / xbt / module.h
1 /* $Id$ */
2
3 /* module - modularize the code                                             */
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_MODULE_H
11 #define _XBT_MODULE_H
12
13 #include <xbt/misc.h>           /* XBT_PUBLIC */
14
15 extern char *xbt_binary_name;
16
17 XBT_PUBLIC(void) xbt_init(int *argc, char **argv);
18 XBT_PUBLIC(void) xbt_exit(void);
19 #endif /* _XBT_MODULE_H */