Codebase list kbd / upstream/1.10 src / loadunimap.h
upstream/1.10

Tree @upstream/1.10 (Download .tar.gz)

loadunimap.h @upstream/1.10raw · history · blame

1
2
3
4
/* loadunimap.h */
void saveunicodemap(int fd, char *oufil);	/* save humanly readable */
void loadunicodemap(int fd, char *ufil);
void appendunicodemap(int fd, FILE *fp, int ct, int utf8);