#ifndef __STDDEF__H #define __STDDEF__H #include "stdint.h" typedef uintmax_t size_t; #endif //!__STDDEF__H