xpm_fdwrite - write a xpm structure to the specified file descriptor
LIBRARY CALL
int xpm_fdwrite(int fid, xpm *image)
INPUT
fid - the file descriptor in which we will be writing
the xpm image and associated data
image - the xpm structure to be written
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
This routines writes a xpm structure and it's
data into the specified file descriptor. The routine
uses the ktransport library which allows for
remote writing of the data.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DATASERV/objects/library/kdatafmt/src/xpm.c
SEE ALSO
kdatafmt(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.