23#ifndef LELY_LIBC_SYS_TYPES_H_
24#define LELY_LIBC_SYS_TYPES_H_
28#ifndef LELY_HAVE_SYS_TYPES_H
29#if defined(_POSIX_C_SOURCE) || defined(__MINGW32__) || defined(__NEWLIB__)
30#define LELY_HAVE_SYS_TYPES_H 1
34#if LELY_HAVE_SYS_TYPES_H
This header file is part of the Lely libraries; it contains the compiler feature definitions.
This header file is part of the C11 and POSIX compatibility library; it includes <stddef....
This header file is part of the C11 and POSIX compatibility library; it includes <sys/types....
int clockid_t
Used for clock ID type in the clock and timer functions.
ptrdiff_t ssize_t
Used for a count of bytes or an error indication.