FENIX_libc/include/types/suseconds_t.h

7 lines
120 B
C

#ifndef _TYPES_SUSECONDS_T_H
#define _TYPES_SUSECONDS_T_H
typedef long long int suseconds_t;
#endif /* not _HEADER */