1 2 3 4 5 6 7
#ifndef _NORM_CHARMAP_H_ #define _NORM_CHARMAP_H_ /* norm_charmap.c */ const char *norm_charmap(const char *name); #endif