BeRTOS
Main Page
Related Pages
Modules
Data Structures
Files
Directories
File List
Globals
bertos
algo
rand.h
Go to the documentation of this file.
00001
00039
#ifndef RAND_H
00040
#define RAND_H
00041
00042
int
rand
(
void
);
00043
00044
#endif