FENIX_libc/include/types/ptrdiff_t.h

7 lines
93 B
C

#ifndef _TYPES_PTRDIFF_T_H
#define _TYPES_PTRDIFF_T_H
typedef signed int ptrdiff_t;
#endif