school/myRand.h
2024-06-03 15:59:35 +02:00

2 lines
49 B
C

#include "stdlib.h"
int myrand(int min, int max);