hz.h (428B)
1 2 #ifndef _WC_HZ_H 3 #define _WC_HZ_H 4 5 #define WC_C_HZ_TILDA '~' 6 #define WC_C_HZ_SI '{' 7 #define WC_C_HZ_SO '}' 8 9 #define WC_HZ_NOSTATE 0 10 #define WC_HZ_TILDA 1 11 #define WC_HZ_TILDA_MB 2 12 #define WC_HZ_MBYTE 3 13 #define WC_HZ_MBYTE1 4 14 #define WC_HZ_MBYTE1_GR 5 15 16 extern Str wc_conv_from_hz(Str is, wc_ces ces); 17 extern void wc_push_to_hz(Str os, wc_wchar_t cc, wc_status *st); 18 extern void wc_push_to_hz_end(Str os, wc_status *st); 19 20 #endif