]> git.draconx.ca Git - cdecl99.git/blob - src/typemap.h
Use gperf to implement command selection.
[cdecl99.git] / src / typemap.h
1 #ifndef CDECL_TYPEMAP_H_
2 #define CDECL_TYPEMAP_H_
3
4 #include "cdecl.h"
5
6 unsigned long cdecl__build_typemap(struct cdecl_declspec *s);
7
8 #endif