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#include "libsa.h"
8
9#ifndef __RAND_H
10#define __RAND_H
11extern int rand (void);
12extern void srand (unsigned int seed);
13#endif /* !__RAND_H */

Archive Download this file

Revision: 789