-/* $MirOS: contrib/code/jupp/charmap.h,v 1.6 2017/01/10 23:10:47 tg Exp $ */
/*
* Character sets
* Copyright
#ifndef _Icharmap
#define _Icharmap 1
-#include "config.h"
-#include "utf8.h"
-#include "types.h"
+#ifdef EXTERN
+__IDSTRING(rcsid_charmap_h, "$MirOS: contrib/code/jupp/charmap.h,v 1.9 2017/12/02 17:00:48 tg Exp $");
+#endif
/* For sorted from_map entries */
int to_uni PARAMS((struct charmap *cset, int c));
int from_uni PARAMS((struct charmap *cset, int c));
+#include "utf8.h"
+
#endif