mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
11 lines
143 B
C
11 lines
143 B
C
|
//http://stackoverflow.com/a/826027/1806760
|
||
|
|
||
|
#ifndef UNISTD_H
|
||
|
#define UNISTD_H
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
#include <io.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#endif
|