#ifndef HS_FCNTL_H #define HS_FCNTL_H #include int o_rdonly(); int o_wronly(); int o_rdwr(); #endif