Leaked source code of windows server 2003
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.
|
|
/*****************************************************************************\
* * * dbcs.h - DBCS functions prototypes for DOS apps. * * * * Version 1.0 * * * * Copyright (c) 1993-1994, Microsoft Corp. All rights reserved. * * * \*****************************************************************************/
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);
|