cctools
jx_pretty_print.h
1 /*
2 Copyright (C) 2015- The University of Notre Dame
3 This software is distributed under the GNU General Public License.
4 See the file COPYING for details.
5 */
6 
7 #ifndef JX_PPRINT_H
8 #define JX_PPRINT_H
9 
12 #include "jx.h"
13 #include "buffer.h"
14 #include "link.h"
15 #include <stdio.h>
16 
17 
20 void jx_pretty_print_stream( struct jx *j, FILE *file );
21 
22 #endif
JSON Expressions (JX) library.
String Buffer Operations.
JX value representing any expression type.
Definition: jx.h:117