]> git.draconx.ca Git - cdecl99.git/blob - src/typemap.h
Add a function to turn a typemap into a string.
[cdecl99.git] / src / typemap.h
1 #ifndef CDECL_TYPEMAP_H_
2 #define CDECL_TYPEMAP_H_
3
4 unsigned long cdecl__build_typemap(struct cdecl_declspec *s);
5 const char *cdecl__explain_typemap(unsigned long map);
6
7 #endif