FENIX_libc/include/types/blkcnt_t.h

6 lines
87 B
C

#ifndef _TYPES_BLKCNT_T_H
#define _TYPES_BLKCNT_T_H
typedef long int blkcnt_t;
#endif