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.

13 lines
786 B

  1. /*****************************************************************************\
  2. * *
  3. * dbcs.h - DBCS functions prototypes for DOS apps. *
  4. * *
  5. * Version 1.0 *
  6. * *
  7. * Copyright (c) 1993-1994, Microsoft Corp. All rights reserved. *
  8. * *
  9. \*****************************************************************************/
  10. extern int IsDBCSLeadByte(unsigned char uch);
  11. extern unsigned char far *AnsiNext(unsigned char far *puch);
  12. extern unsigned char far *AnsiPrev(unsigned char far *psz, unsigned char far *puch);