FENIX_libc/include/types/fsfilcnt_t.h

6 lines
102 B
C

#ifndef _TYPES_FSFILCNT_T_H
#define _TYPES_FSFILCNT_T_H
typedef unsigned long int fsfilcnt_t;
#endif