lis_output_vector(3) - Linux man page
Name
lis_output_vector - write the vector data
Synopsis
#include "lis.h"
LIS_INT lis_output_vector(LIS_VECTOR v, LIS_INT format, char *filename);
Description
Write the vector data to the external file.
Input
- v
- The vector
- format
- LIS_FMT_PLAIN
- The PLAIN format
- LIS_FMT_MM
- filename
- The destination file
Output
- None
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An
error occurred
See Also
lis(3)