FENIX_libc/include/types/off_t.h

7 lines
84 B
C

#ifndef _TYPES_OFF_T_H
#define _TYPES_OFF_T_H
typedef long long int off_t;
#endif