GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
KDATA_GET(3) FreeBSD Library Functions Manual KDATA_GET(3)

kdata_getget points in a data set

library “libkplot”

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

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

The kdata_get function loads the kp pair object with the data at absolute position pos of data source data.

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

kplot(3)

February 7, 2015 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.