Inverted Index: Partioning/Sharding App

This commit is contained in:
x
2023-08-14 12:00:22 +02:00
parent 6f1140d424
commit 559021fbfe

View File

@ -27,11 +27,15 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#ifdef __APPLE__
#ifdef __APPLE__
#ifdef HAVE_MALLOC_MALLOC
#include <sys/malloc.h>
#else
#else
#include <malloc/malloc.h>
#endif
#else
#include <malloc.h>
#endif
#endif
#include <getopt.h>
#include "include_/conf.h"