Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge commit '045db1657e870c721be490b411868f4181a12ced' into surf++
[simgrid.git] / src / surf / surf_private.hpp
1
2 #ifndef SURF_PRIVATE_HPP_
3 #define SURF_PRIVATE_HPP_
4
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 FILE *surf_fopen(const char *name, const char *mode);
9 #ifdef __cplusplus
10 }
11 #endif
12
13
14 #endif /* SURF_PRIVATE_HPP_ */