Files
stedolan-jq/parser.h
T

8 lines
160 B
C

#ifndef PARSER_H
#define PARSER_H
int jq_parse(struct locfile* source, block* answer);
int jq_parse_library(struct locfile* locations, block* answer);
#endif