1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef UCAUTO_H #define UCAUTO_H #include <UCDefs.h> #ifdef __cplusplus extern "C" { #endif extern void UCChangeTerminalCodepage(int newcs, LYUCcharset *p); #ifdef __cplusplus } #endif #endif /* UCAUTO_H */