1 /* 2 * Do not edit this file! 3 * This file is generated from: 4 * DerivedCoreProperties.txt (version 6.3.0) 5 */ 6 7 #ifndef IDN_CASED_H 8 #define IDN_CASED_H 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 13 14 #include <stddef.h> 15 16 /* 17 * Table accessor. 18 */ 19 extern int 20 idn__sparsemap_getcased(unsigned long v); 21 22 #ifdef __cplusplus 23 } 24 #endif 25 26 #endif 27