forked from Telodendria/Telodendria
12 lines
186 B
C
12 lines
186 B
C
|
#ifndef TELODENDRIA_CANONICALJSON_H
|
||
|
#define TELODENDRIA_CANONICALJSON_H
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <HashMap.h>
|
||
|
|
||
|
extern int
|
||
|
CanonicalJsonEncode(HashMap * object, FILE * out);
|
||
|
|
||
|
#endif
|
||
|
|