blob: e6b7fd1f2ea4d86791492c06528b6001d074ba4c [file] [log] [blame]
#include <stdlib.h>
/* FIXME */
long random()
{
return rand();
}