FENIX_libc/include/types/ssize_t.h

7 lines
89 B
C

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