15 lines
169 B
C
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
|