00001 00028 #include "ctl/ctldef.h" 00029 00030 /* Template expansion */ 00031 /* Manufacture ctl_sconst code and data for char */ 00032 #define tchar char 00033 #include "ctl/cstring.temp.h" 00034 #undef tchar 00035 00036 /* Manufacture ctl_sconst code and data for wchar_t */ 00037 #define tchar wchar_t 00038 #include "ctl/cstring.temp.h" 00039 #undef tchar 00040 00041 00042