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

/***************************************************************************/
/* BCD.H */
/* Copyright (C) 1996 SYWARE Inc., All rights reserved */
/***************************************************************************/
SWORD INTFUNC BCDNormalize(LPUSTR, SDWORD, LPUSTR, SDWORD, SDWORD, SWORD);
RETCODE INTFUNC BCDCompare(LPSQLNODE, LPSQLNODE, UWORD, LPSQLNODE);
RETCODE INTFUNC BCDAlgebra(LPSQLNODE, LPSQLNODE, UWORD, LPSQLNODE,
LPUSTR, LPUSTR, LPUSTR);
/***************************************************************************/