make-it-quick/config/check_drand48.c

8 lines
81 B
C

#include <stdlib.h>
int main()
{
double result = drand48();
return 0;
}