Files
simdjson-simdjson/include/simdjson/simdjson.h
T

11 lines
263 B
C

/**
* @file
* @deprecated We'll be removing this file so it isn't confused with the top level simdjson.h
*/
#ifndef SIMDJSON_SIMDJSON_H
#define SIMDJSON_SIMDJSON_H
#include "simdjson/compiler_check.h"
#include "simdjson/error.h"
#endif // SIMDJSON_SIMDJSON_H