1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00
stedolan-jq/jv_file.h
Nicolas Williams bbf4e05fde Move slurp_file() into library as jv_load_file()
Needed as part of creating a libjq.
2013-06-15 00:08:59 -05:00

9 lines
98 B
C

#ifndef JV_FILE_H
#define JV_FILE_H
#include "jv.h"
jv jv_load_file(const char *, int);
#endif