From 8f5e849c2958cdab3690baade2ab80616ac450e4 Mon Sep 17 00:00:00 2001 From: cherierm Date: Tue, 19 Dec 2006 16:19:14 +0000 Subject: [PATCH] contains the declaration of time function 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 win32_test_app/include/TTime.h diff --git a/win32_test_app/include/TTime.h b/win32_test_app/include/TTime.h new file mode 100644 index 0000000000..3a179e098b --- /dev/null +++ b/win32_test_app/include/TTime.h @@ -0,0 +1,12 @@ +#ifndef __TIME_H__ +#define __TIME_H__ + +#include +#include +#include + + +void __time(char* t); + + +#endif /* #ifndef __TIME_H__ */ \ No newline at end of file -- 2.20.1