Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
errno concept implementation
[simgrid.git] / win32_test_app / include / TTime.h
1 #ifndef __TIME_H__
2 #define __TIME_H__
3
4 #include <time.h>
5 #include <string.h>
6 #include <stdio.h>
7
8
9 void __time(char* t);
10
11
12 #endif /* #ifndef __TIME_H__ */