1 /* 2 * Copyright (C) 2019-2020 Alexander Borisov 3 * 4 * Author: Alexander Borisov <borisov@lexbor.com> 5 */ 6 7 /* 8 * Caution! 9 * This file generated by the script "utils/lexbor/encoding/res.py"! 10 * Do not change this file! 11 */ 12 13 14 #ifndef LEXBOR_ENCODING_RES_H 15 #define LEXBOR_ENCODING_RES_H 16 17 #ifdef __cplusplus 18 extern "C" { 19 #endif 20 21 22 #include "lexbor/encoding/base.h" 23 #include "lexbor/core/shs.h" 24 25 26 LXB_EXTERN const lxb_encoding_data_t lxb_encoding_res_map[LXB_ENCODING_LAST_ENTRY]; 27 LXB_EXTERN const lexbor_shs_entry_t lxb_encoding_res_shs_entities[220]; 28 29 30 #ifdef __cplusplus 31 } /* extern "C" */ 32 #endif 33 34 #endif /* LEXBOR_ENCODING_RES_H */ 35