1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00
Files
stedolan-jq/main.h
2013-05-29 15:05:40 +10:00

10 lines
95 B
C

#ifndef MAIN_H
#define MAIN_H
#include "compile.h"
jv slurp_file(const char*, int);
#endif