This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef _UNISTD_H | |
#define _UNISTD_H 1 | |
/* This file intended to serve as a drop-in replacement for | |
* unistd.h on Windows. | |
* Please add functionality as neeeded. | |
* Original file from: http://stackoverflow.com/a/826027 | |
*/ | |
#include <stdlib.h> |