#ifndef _TYPES_SSIZE_T_H #define _TYPES_SSIZE_T_H typedef unsigned int ssize_t; #endif