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

10 lines
116 B
C
Raw Normal View History

2012-08-16 01:00:30 +01:00
#ifndef BUILTIN_H
#define BUILTIN_H
2013-06-18 01:36:18 +01:00
#include "bytecode.h"
#include "compile.h"
2012-08-16 01:00:30 +01:00
2013-05-17 03:03:42 +10:00
int builtins_bind(block*);
2012-08-16 01:00:30 +01:00
#endif