]> git.draconx.ca Git - cdecl99.git/blob - src/typemap.h
Kill typemap_is_valid.
[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
6 #endif