Removed <ftw.h> header

Description

Testing
This commit is contained in:
Bhawani Shankar Sharma 2020-06-22 21:43:14 +00:00
parent 6a7d3bafe3
commit 39d0135697
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#pragma once
#include <stdint.h>
#include <ftw.h>
/* uniform-distribution random */
/* return a uniform random number between low and high, both inclusive */