FENIX_libc/include/types/fsblkcnt_t.h

6 lines
102 B
C

#ifndef _TYPES_FSBLKCNT_T_H
#define _TYPES_FSBLKCNT_T_H
typedef unsigned long int fsblkcnt_t;
#endif