FENIX_libc/include/types/size_t.h

7 lines
86 B
C

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