mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
10 lines
95 B
C
10 lines
95 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#include "compile.h"
|
|
|
|
jv slurp_file(const char*, int);
|
|
|
|
|
|
#endif
|