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