Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
contains the declaration of time function
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 19 Dec 2006 16:19:14 +0000 (16:19 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 19 Dec 2006 16:19:14 +0000 (16:19 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3006 48e7efb5-ca39-0410-a469-dd3cf9ba447f

win32_test_app/include/TTime.h [new file with mode: 0644]

diff --git a/win32_test_app/include/TTime.h b/win32_test_app/include/TTime.h
new file mode 100644 (file)
index 0000000..3a179e0
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef __TIME_H__
+#define __TIME_H__
+
+#include <time.h>
+#include <string.h>
+#include <stdio.h>
+
+
+void __time(char* t);
+
+
+#endif /* #ifndef __TIME_H__ */
\ No newline at end of file