X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frand.h;h=773429f387079b86371ddedf01b5e8e718b311a6;hb=8ad8e5d325736480a881a7f30bd757f96b87376e;hp=a0bec4ff41ac0af84c0b2b1119c0a787500b5619;hpb=16af9888ee7ec67f627e73d65997d2d4cf23a615;p=bertos.git diff --git a/bertos/algo/rand.h b/bertos/algo/rand.h index a0bec4ff..773429f3 100644 --- a/bertos/algo/rand.h +++ b/bertos/algo/rand.h @@ -27,15 +27,18 @@ * 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