diff options
Diffstat (limited to 'src/stdlib/lcong48.c')
| -rw-r--r-- | src/stdlib/lcong48.c | 9 |
1 files changed, 9 insertions, 0 deletions
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 <stdlib.h> + +void lcong48(unsigned short param[7]) +{ +} + +/* +XOPEN(4) +*/ |
