9 lines
97 B
C
9 lines
97 B
C
#ifndef MYRAND_H_
|
|
#define MYRAND_H_
|
|
|
|
#include <stdlib.h>
|
|
|
|
uint8_t myrand();
|
|
|
|
|
|
#endif // MYRAND_H_
|