]> git.draconx.ca Git - cdecl99.git/blob - src/typemap.h
Move typemap stuff into a separate file.
[cdecl99.git] / src / typemap.h
1 #ifndef CDECL_TYPEMAP_H_
2 #define CDECL_TYPEMAP_H_
3
4 _Bool cdecl__typemap_is_valid(unsigned long map);
5 unsigned long cdecl__build_typemap(struct cdecl_declspec *s);
6
7 #endif