#pragma once #include #include __BEGIN_DECLS typedef int32_t id_t; typedef id_t pid_t; typedef id_t uid_t; typedef id_t gid_t; typedef uint16_t mode_t; __END_DECLS