Files
blinky1/myrand.h
2019-02-03 23:19:09 +01:00

9 lines
97 B
C

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