Answers for "unable to open include file unistd.h"

0

unable to open include file unistd.h

/** This file is part of the Mingw32 package.

unistd.h maps (roughly) to io.h
*/
#ifndef _UNISTD_H
#define _UNISTD_H
#include <io.h>
#include <process.h>
#endif /* _UNISTD_H */
Posted by: Guest on September-30-2021

Browse Popular Code Answers by Language