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

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

/*
XOPEN(4)
*/