BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
kwrite_long - write an array of signed longs
LIBRARY CALL
ssize_t kwrite_long( int id, long *data, size_t num)
INPUT
id
- the file id to be written to which was opened earlier with kopen().
data
- the long array in which holds the data.
num
- the number of longs to be written.
OUTPUT
none
RETURN VALUE
the number of longs written
DESCRIPTION
This module is used to write an array of signed longs. The data will need to contain enough memory to store "num" signed longs.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/include/kutils/kwrite.h
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.