diff options
Diffstat (limited to 'src/stdlib/lcong48.c')
-rw-r--r-- | src/stdlib/lcong48.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/lcong48.c b/src/stdlib/lcong48.c index 2817def4..b14824d8 100644 --- a/src/stdlib/lcong48.c +++ b/src/stdlib/lcong48.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> void lcong48(unsigned short param[7]) @@ -7,3 +9,6 @@ void lcong48(unsigned short param[7]) /* XOPEN(4) */ + + +#endif |