blob: 98d2243f7772ba4d059c44fd000fcb727c10ff93 (
plain)
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 */
|