FENIX_libc/include/types/fsblkcnt_t.h

6 lines
102 B
C
Raw Normal View History

2020-12-16 20:06:16 +00:00
#ifndef _TYPES_FSBLKCNT_T_H
#define _TYPES_FSBLKCNT_T_H
typedef unsigned long int fsblkcnt_t;
#endif