#ifndef _TYPES_SIZE_T_H #define _TYPES_SIZE_T_H typedef unsigned int size_t; #endif