Function: tofchar Purpose: tofchar converts a null-terminated string to the fortran equivalent of a character (fchar). Category: UTILITY File: gclib.c Author: K.G. Begeman Use: fchar tofchar( char *s ) tofchar Returns a Fortran character descriptor (fchar) from s. s Input null-terminated string. Notes: tofchar is defined in "gipsyc.h". Updates: Feb 27, 1990: KGB, Document created.