FLORIST is an implementation of the IEEE Standards 1003.5: 1992, IEEE STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as the POSIX Ada Bindings. Approved by: bapt/culot (mentors, implicit)
6 lines
154 B
Text
6 lines
154 B
Text
#define _POSIX_SOURCE
|
|
#define _POSIX_C_SOURCE 199506L
|
|
#define _XOPEN_SOURCE
|
|
#define _XOPEN_SOURCE_EXTENDED 1
|
|
#define _REENTRANT
|
|
#define _P1003_1B_VISIBLE
|