mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-12 09:52:05 +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
|