From: degomme Date: Tue, 5 Jan 2016 14:27:58 +0000 (+0100) Subject: add some missing prototypes X-Git-Tag: v3_13~1345 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c397d0888a1c85a5414f1789ac85b0d4002089cd?hp=9ec9fd826a451b4887a2918cd3935244cc52e9ad add some missing prototypes --- diff --git a/src/surf/random_mgr.c b/src/surf/random_mgr.c index 74210edf23..39fe6e2499 100644 --- a/src/surf/random_mgr.c +++ b/src/surf/random_mgr.c @@ -122,6 +122,10 @@ int _drand48_iterate(unsigned short int xsubi[3], return 0; } +double _drand48(void); +void _srand(unsigned int seed); +int _rand(void); +int _rand_r(unsigned int *pseed); double _drand48(void) {