FENIX_libc/include/types/suseconds_t.h

7 lines
120 B
C
Raw Normal View History

2020-12-01 23:40:03 +00:00
#ifndef _TYPES_SUSECONDS_T_H
#define _TYPES_SUSECONDS_T_H
typedef long long int suseconds_t;
#endif /* not _HEADER */