blob: 77f4dcbd29fc02f7e0c338490ec371cae3ef4178 [file] [log] [blame]
#include <stdlib.h>
/* FIXME */
void srandom(unsigned seed)
{
return srand(seed);
}