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

9 lines
105 B
C
Raw Normal View History

2012-08-16 01:00:30 +01:00
#ifndef BUILTIN_H
#define BUILTIN_H
#include "bytecode.h"
extern struct symbol_table builtins;
#endif