ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
fclasses
tc_stat.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
#ifdef VMS
15
#include <stat.h>
16
#endif
17
18
#ifdef SUN
19
#include <sys/types.h>
20
#endif
21
22
#ifdef SGI
23
#include <sys/types.h>
24
#endif
25
26
#ifdef UNX
27
#include <sys/stat.h>
28
#endif