1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00
stedolan-jq/builtin.h

11 lines
144 B
C
Raw Normal View History

2012-08-16 01:00:30 +01:00
#ifndef BUILTIN_H
#define BUILTIN_H
#include "jq.h"
2013-06-18 01:36:18 +01:00
#include "bytecode.h"
#include "compile.h"
2012-08-16 01:00:30 +01:00
int builtins_bind(jq_state *, block*);
2012-08-16 01:00:30 +01:00
#endif