Function: char2str Purpose: Copy a fchar value to a char[]. Category: UTILITY File: gclib.c Author: J.P. Terlouw Use: int char2str( fchar c, char *s, int ls ) char2str Returns the number of characters transferred. c Input fchar object. The transfer stops at the end of c. s Output string. If the length of c exceeds the length of s, only the first ls-1 elements are transferred. ls length of s. Notes: char2str is defined in "gipsyc.h". Updates: Feb 27, 1990: KGB, Document created.