Function: str2char Purpose: Copy a zero-terminated character string to a fchar. Category: UTILITY File: gclib.c Author: J.P. Terlouw Use: int str2char( char *s, fchar c ) str2char Returns the actual number of characters transferred from s to c. s Input character string. c Output fchar. If c is longer than s, then the result is padded with blanks; if it is shorter, then the result is truncated. Notes: str2char is defined in "gipsyc.h". Updates: Feb 27, 1990: KGB, Document created.