Inverted Index: Parallel Query Processing App

This commit is contained in:
x
2017-01-04 15:35:57 +01:00
parent aa3f38989f
commit 5c514191af

View File

@ -21,7 +21,7 @@
- twitter : https://twitter.com/powturbo
- email : powturbo [_AT_] gmail [_DOT_] com
**/
// idxqry: Inverted Index - query evaluation
// Inverted Index - query evaluation
#define _LARGEFILE64_SOURCE 1
#define _FILE_OFFSET_BITS 64
#include <stdlib.h>