typedef unsigned short WORD; int function() { WORD wOne; int nTwo; ... wTwo = (WORD)nOne; ... } // End of File