jq-sys 0.2.2

Generated bindings for libjq.
Documentation
1
2
3
4
5
6
7
8
9
10
#ifndef BUILTIN_H
#define BUILTIN_H

#include "jq.h"
#include "bytecode.h"
#include "compile.h"

int builtins_bind(jq_state *, block*);

#endif