/* ** -*- C -*- ** ** srands.c ** Made by Bruno JOFRET ** ** Started on Mon May 14 16:22:52 2007 jofret ** Last update Mon May 14 16:46:47 2007 jofret ** ** Copyright INRIA 2007 */ #include "rand.h" float srands(void) { /* FIXME : need some code */ return 0; }