FreeBSD Manual Pages
lis_vector_get_range(3) Lis Library Functions lis_vector_get_range(3) NAME lis_vector_get_range - get the location of the partial vector in the global vector SYNOPSIS #include "lis.h" LIS_INT lis_vector_get_range(LIS_VECTOR v, LIS_INT *is, LIS_INT *ie); DESCRIPTION Get the location of the partial vector v in the global vector. INPUT v The partial vector OUTPUT is The location where the partial vector v starts in the global vector ie The location where the partial vector v ends in the global vec- tor EXIT STATUS The following exit values are returned: 0 The process is normally terminated unspecified An error occurred NOTE For the serial and multithreaded environments, a vector of size n re- sults in is = 0 and ie = n. SEE ALSO lis(3) http://www.ssisc.org/lis/ Man Page 6 Sep 2012 lis_vector_get_range(3)
NAME | SYNOPSIS | DESCRIPTION | INPUT | OUTPUT | EXIT STATUS | NOTE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=lis_vector_get_range&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>