Source code of Windows XP (NT5)
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.

11 lines
654 B

  1. /***************************************************************************/
  2. /* BCD.H */
  3. /* Copyright (C) 1996 SYWARE Inc., All rights reserved */
  4. /***************************************************************************/
  5. SWORD INTFUNC BCDNormalize(LPUSTR, SDWORD, LPUSTR, SDWORD, SDWORD, SWORD);
  6. RETCODE INTFUNC BCDCompare(LPSQLNODE, LPSQLNODE, UWORD, LPSQLNODE);
  7. RETCODE INTFUNC BCDAlgebra(LPSQLNODE, LPSQLNODE, UWORD, LPSQLNODE,
  8. LPUSTR, LPUSTR, LPUSTR);
  9. /***************************************************************************/