cctools
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
dttools
src
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
jx.h
JSON Expressions (JX) library.
buffer.h
String Buffer Operations.
jx
JX value representing any expression type.
Definition:
jx.h:117
link.h
A high level TCP connection library.
Generated by
1.8.5