It\'s said that when including C header files in C++, the \".h\" suffix should be removed and then add \"c\" at the beginning. For example, #include
#include
unistd.h is not part of standard C. Standard C++ lib doesn't include it with the other c headers.