mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
7 lines
78 B
C
7 lines
78 B
C
#ifndef RAND_H
|
|
#define RAND_H
|
|
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
#endif |