X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frand.h;h=b724c3db142714ef8a361b4fba897068b592fedd;hb=2ca907789d897fe22d0ff9bb7aeb4ba94778860e;hp=a0bec4ff41ac0af84c0b2b1119c0a787500b5619;hpb=16af9888ee7ec67f627e73d65997d2d4cf23a615;p=bertos.git diff --git a/bertos/algo/rand.h b/bertos/algo/rand.h index a0bec4ff..b724c3db 100644 --- a/bertos/algo/rand.h +++ b/bertos/algo/rand.h @@ -27,15 +27,19 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * * \brief Very simple rand() algorithm. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ +#ifndef RAND_H +#define RAND_H + int rand(void); +#endif