Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old unused stuff
[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 extern char *xbt_binary_name;
14
15 void xbt_init(int *argc,char **argv);
16 void xbt_exit(void);
17 #endif /* _XBT_MODULE_H */