mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
251 B
7 lines
251 B
/*
|
|
** dbcs.h - DBCS functions prototypes for DOS apps.
|
|
*/
|
|
|
|
extern int IsDBCSLeadByte(unsigned char uch);
|
|
extern unsigned char far *AnsiNext(unsigned char far *puch);
|
|
extern unsigned char far *AnsiPrev(unsigned char far *psz, unsigned char far *puch);
|