summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/support/json/json-ident.h
blob: c48fd1b6421f989d2b5a542a0cc388d96c0fa0e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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);

#endif