Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/char2str.dc3
Дата изменения: Thu Jan 23 17:11:04 1992
Дата индексирования: Fri Jan 16 20:41:08 2009
Кодировка:

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.