GNU Radio C++ API
unistd.h
Go to the documentation of this file.
1 #ifndef _MSC_VER // [
2 #error "Use this header only with Microsoft Visual C++ compilers!"
3 #endif // _MSC_VER ]
4 
5 #ifndef _MSC_UNISTD_H_ // [
6 #define _MSC_UNISTD_H_
7 
8 #include <process.h>
9 
10 #endif // _MSC_UNISTD_H_ ]