ITK Function Reference

(V10000.1.0.60_20160308.00)
tc_time.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
12 /* */
13 
14 #ifndef TC_TIME_H
15 #define TC_TIME_H
16 
17 #include <time.h>
18 
19 #ifdef UNX
20 extern time_t mktime( struct tm* );
21 #endif
22 
23 #endif