summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/support/json/json-ident.h
blob: ec778d1f48f245014b094febae8cd1e6e8b25c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CARYLL_SUPPORT_JSON_IDENT_H
#define CARYLL_SUPPORT_JSON_IDENT_H

#include "dep/json.h"
#include "dep/uthash.h"
#include <inttypes.h>
#include <stdbool.h>
#include <stdint.h>

bool json_ident(const json_value *a, const json_value *b);

extern char *xstrdup(const char *);
#endif