/* * Rick Ratzel * 3/11/2004 * * Copyright (c) 2004 Richard L. Ratzel * see file "COPYRIGHT" for more details... */ /* * returns a string pointer to the English * representation of the number passed in */ char* num2eng( int num );