#ifndef PACKAGE__PROG__PRJLIBS__TYPES_H #define PACKAGE__PROG__PRJLIBS__TYPES_H typedef unsigned int type_len; typedef unsigned int type_bool; typedef int type_fd; typedef int type_status; typedef int type_error; #endif