IcBench: Benchmark App

This commit is contained in:
x
2019-10-22 10:20:27 +02:00
parent bad7f02017
commit 12a9ce6cc2

View File

@ -30,10 +30,15 @@
#include <stdlib.h>
//#include <float.h>
#include <errno.h>
#include <malloc.h>
#include <sys/types.h>
#include <ctype.h>
#include <math.h>
#include <malloc.h>
#ifdef __APPLE__
#include <sys/malloc.h>
#else
#include <malloc.h>
#endif
#ifndef _WIN32
#include <sys/resource.h>
#endif