Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/i386/modules/GUI/rand.h

1/*
2 * Cadet-petit Armel <armelcadetpetit@gmail.com>
3 *
4 * rand & srand implementation
5 */
6
7#ifndef __RAND_H
8#define __RAND_H
9
10#include "libsa.h"
11
12extern int rand (void);
13extern void srand (unsigned int seed);
14#endif /* !__RAND_H */

Archive Download this file

Revision: 1119