make-it-quick/config/check_drand48.c

8 lines
81 B
C
Raw Permalink Normal View History

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