FENIX_libc/include/types/blksize_t.h

6 lines
90 B
C

#ifndef _TYPES_BLKSIZE_T_H
#define _TYPES_BLKSIZE_T_H
typedef long int blksize_t;
#endif