summaryrefslogtreecommitdiff
path: root/src/stdlib/jrand48.c
blob: 470dbce5e65134026b9f9fa0925bac0c179cc20f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdlib.h>
#include "_stdlib.h"

long jrand48(unsigned short xsub[3])
{
	SIGNAL_SAFE(0);
	return 0;
}

/*
XOPEN(4)
*/