Sign in
fuchsia
/
third_party
/
github.com
/
stedolan
/
jq
/
refs/tags/jq-1.1
/
.
/
execute.h
blob: bf31e5e8ebb4c09a5796e3cc5cb9059091a4f923 [
file
] [
log
] [
blame
]
#ifndef
EXECUTE_H
#define
EXECUTE_H
#include
"bytecode.h"
struct
bytecode
*
jq_compile
(
const
char
*
str
);
void
jq_init
(
struct
bytecode
*
bc
,
jv value
);
jv jq_next
();
void
jq_teardown
();
#endif