Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
KDATA_GET(3)		    Library Functions Manual		  KDATA_GET(3)

NAME
       kdata_get -- get	points in a data set

LIBRARY
       library "libkplot"

SYNOPSIS
       #include	<cairo.h>
       #include	<kplot.h>

       int
       kdata_get(const struct kdata *data, size_t pos, struct kpair *kp);

DESCRIPTION
       The  kdata_get  function	 loads the kp pair object with the data	at ab-
       solute position pos of data source data.

RETURN VALUES
       kdata_get returns 0 if the position pos is  not	within	the  allocated
       number of pairs,	else it	returns	non-zero.

SEE ALSO
       kplot(3)

FreeBSD	ports 15.quarterly     February	7, 2015			  KDATA_GET(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=kdata_get&sektion=3&manpath=FreeBSD+Ports+15.0.quarterly>

home | help