FENIX_libc/include/types/nlink_t.h

6 lines
84 B
C

#ifndef _TYPES_NLINK_T_H
#define _TYPES_NLINK_T_H
typedef long int nlink_t;
#endif