File: builtin.h

package info (click to toggle)
jq 1.5%2Bdfsg-1.3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,476 kB
  • ctags: 2,144
  • sloc: ansic: 12,692; sh: 11,961; yacc: 821; lex: 184; makefile: 147
file content (10 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (8)
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