DEBSOURCES
Skip Quicknav
sources / jq / 1.4-2.1 / builtin.h
12345678910
#ifndef BUILTIN_H #define BUILTIN_H #include "jq.h" #include "bytecode.h" #include "compile.h" int builtins_bind(jq_state *, block*); #endif