summaryrefslogtreecommitdiff
path: root/src/tables.h
blob: 9a5cfb58c1c241ee5dcb3d733eb5c080534fdb6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

// C linkage required for these functions since main-* code uses them.
#ifdef __cplusplus
extern "C" {
#endif

extern char hexsym[16];

#ifdef __cplusplus
} // extern "C"
#endif