]> git.draconx.ca Git - cdecl99.git/blob - src/typemap.h
285ff2913f808f737c182809d9bffe80a7a01c62
[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