blinky1/myrand.h

9 lines
97 B
C

#ifndef MYRAND_H_
#define MYRAND_H_
#include <stdlib.h>
uint8_t myrand();
#endif // MYRAND_H_