| 53 | inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); else *dest=*src;} |
| 54 | inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} |
| 55 | inline void InitDBCS() {gdbcs.Init();} |
| 56 | |
| 57 | #else |
| 58 | #define charnext(s) ((s)+1) |