7 lines
68 B
C
7 lines
68 B
C
|
#ifndef _SYS_FILE_H
|
||
|
#define _SYS_FILE_H
|
||
|
|
||
|
#include <fcntl.h>
|
||
|
|
||
|
#endif
|