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

double erand48(unsigned short xsubi[3])
{
	return 0.0;
}

/*
XOPEN(4)
*/