stdlib include for rand function

This commit is contained in:
Krishna Vedala 2020-04-08 09:52:08 -04:00
parent 63206ab47a
commit d5143ff07c
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
int main()
{