1.0
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
Bertos’ Home
Developers’ Site
Forum
Main Page
Data Structures
Files
Directories
File List
Globals
bertos
»
algo
rand.h
Go to the documentation of this file.
00001
00040
#ifndef RAND_H
00041
#define RAND_H
00042
00043
int
rand
(
void
);
00044
00045
#endif