6 lines
97 B
C
6 lines
97 B
C
|
#ifndef _UNISTD_H
|
||
|
|
||
|
#define _UNISTD_H
|
||
|
#include <io.h>
|
||
|
#include <process.h>
|
||
|
#endif /* _UNISTD_H */
|