1 2 3 4
#pragma once #include <stdint.h> uint64_t tremor_script_c_eval(unsigned char *ts_script, unsigned char *ts_result, uint64_t);