summaryrefslogtreecommitdiff
path: root/src/stdlib/jrand48.c
blob: 395b56c0d6854488f223b4fc7c305b9b79aa6324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if 0

#include <stdlib.h>

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

/*
XOPEN(4)
*/


#endif