mirror of
				https://github.com/stedolan/jq.git
				synced 2024-05-11 05:55:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			208 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			208 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef JQ_PARSER_H
 | |
| #define JQ_PARSER_H
 | |
| #include "locfile.h"
 | |
| #include "compile.h"
 | |
| 
 | |
| int jq_parse(struct locfile* source, block* answer);
 | |
| int jq_parse_library(struct locfile* locations, block* answer);
 | |
| 
 | |
| #endif
 |