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