9 lines
99 B
C
9 lines
99 B
C
|
|
#ifndef file_h
|
|
#ifdef __GNUG__
|
|
#pragma once
|
|
#pragma interface
|
|
#endif
|
|
#include <sys/file.h>
|
|
#endif
|