A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tesh version 2
[simgrid.git]
/
tools
/
tesh2
/
include
/
variable.h
1
#ifndef __VARIABLE_H
2
#define __VARIABLE_H
3
4
#include <global.h>
5
6
#ifdef __cplusplus
7
extern "C" {
8
#endif
9
10
11
12
#ifdef __cplusplus
13
}
14
#endif
15
16
17
#endif /*!__VARIABLE_H */