BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kread_float - read an array of floats

LIBRARY CALL

ssize_t kread_float(
  int    id,
  float *data,
  size_t num)

INPUT

OUTPUT

RETURN VALUE

the number of floats read

DESCRIPTION

This module is used to read an array of floats. The data will need to contain enough memory to store "num" floats.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/include/kutils/kread.h

SEE ALSO

kutils(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.