Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add some missing prototypes
authordegomme <augustin.degomme@unibas.ch>
Tue, 5 Jan 2016 14:27:58 +0000 (15:27 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Tue, 5 Jan 2016 14:27:58 +0000 (15:27 +0100)
src/surf/random_mgr.c

index 74210ed..39fe6e2 100644 (file)
@@ -122,6 +122,10 @@ int _drand48_iterate(unsigned short int xsubi[3],
   return 0;
 }
 
   return 0;
 }
 
+double _drand48(void);
+void _srand(unsigned int seed);
+int _rand(void);
+int _rand_r(unsigned int *pseed);
 
 double _drand48(void)
 {
 
 double _drand48(void)
 {