ITK Function Reference

(V10000.1.0.60_20160308.00)
tc_unixio.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
6 /* */
7 
8 #ifdef VMS
9 #include <unixio.h>
10 #endif
11 
12 #ifdef UNX
13 #include <fcntl.h>
14 #include <unistd.h>
15 #endif