#ifndef CDECL_TYPEMAP_H_ #define CDECL_TYPEMAP_H_ #include "cdecl.h" unsigned long cdecl__build_typemap(struct cdecl_declspec *s); const char *cdecl__explain_typemap(unsigned long map); #endif