1 /* Id: unicode.h,v 1.5 2015/07/19 13:20:37 ragge Exp */ 2 /* $NetBSD: unicode.h,v 1.1.1.2 2016/02/09 20:29:20 plunky Exp $ */ 3 4 #ifndef _UNICODE_H 5 #define _UNICODE_H 6 7 extern long u82cp(char **q); 8 extern void u8error(const char *fmt, ...); 9 extern void cp2u16(long num, unsigned short *s); 10 11 #endif 12