1 2 3 4 5 6 7 8
#ifndef file_h #ifdef __GNUG__ #pragma once #pragma interface #endif #include <sys/file.h> #endif