Files
RedBear-OS/include/bits/unistd.h
T
2024-01-11 13:08:06 +00:00

15 lines
169 B
C

#ifndef _BITS_UNISTD_H
#define _BITS_UNISTD_H
#define _POSIX_VERSION 200809L
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
} // extern "C"
#endif
#endif