summaryrefslogtreecommitdiff
path: root/src/stdlib/nrand48.c
blob: 35ced7904bc223c7c9b9c510bff7e15bf4c3ec38 (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdlib.h>

long nrand48(unsigned short xsubi[3])
{
	return 0;
}

/*
XOPEN(4)
*/