Function: hmsC Purpose: Convert degrees to hours, minutes and seconds Category: COORDINATES File: hmsdmsC.c Author: M. Vogelaar Use: hmsC( degrees, string, precision ); degrees : Input of position in degrees. string : Output of character string containing hms. precision: Number of decimals in seconds. Example: char hmsstr[80]; hmsC( 87.6376, hmsstr, 2 ); anyoutf( 1, "position RA: %s", hmsstr ); Comment: This routine is NOT callable from FORTRAN. Notes: Updates: 28 Jul, 2000: VOG, Document created.