From 7b7cca986ed85ecb2dd8d39478088f236a24b9a1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 14:26:35 -0500 Subject: merge XOPEN identifiers --- src/stdlib/lcong48.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/stdlib/lcong48.c (limited to 'src/stdlib/lcong48.c') diff --git a/src/stdlib/lcong48.c b/src/stdlib/lcong48.c new file mode 100644 index 00000000..2817def4 --- /dev/null +++ b/src/stdlib/lcong48.c @@ -0,0 +1,9 @@ +#include + +void lcong48(unsigned short param[7]) +{ +} + +/* +XOPEN(4) +*/ -- cgit v1.2.1