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

13 lines
179 B
C

#ifndef BUILTIN_H
#define BUILTIN_H
#include "bytecode.h"
#include "compile.h"
int builtins_bind(block*);
jv cfunction_invoke(struct cfunction* function, jv input[]);
#endif