mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
added stdlib.h dependency for rand()
This commit is contained in:
parent
44a89fb3ba
commit
d2e1b7fc98
@ -1,5 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
|
||||
#define MAX_LEN INT_MAX
|
||||
|
Loading…
Reference in New Issue
Block a user