school/myRand.h

2 lines
49 B
C
Raw Normal View History

2024-06-03 15:59:35 +02:00
#include "stdlib.h"
2024-02-12 14:35:40 +01:00
int myrand(int min, int max);