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

#include <stdlib.h>

long mrand48(void)
{
	return 0;
}

/*
XOPEN(4)
*/


#endif