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

FreeBSD Manual Pages

  
 
  

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

NAME
       kdata_buffer_copy -- copy immutable buffer data

LIBRARY
       library "libkplot"

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

       int
       kdata_buffer_copy(struct	kdata *dst, struct kdata *src);

DESCRIPTION
       The  kdata_buffer_copy  function	 copies	 data from src into the	buffer
       source dst that was created with	kdata_buffer_alloc(3).

RETURN VALUES
       kdata_buffer_copy returns 0 if memory allocation	failed.

SEE ALSO
       kdata_buffer_alloc(3), kplot(3)

FreeBSD	ports 15.quarterly     November	18, 2014	  KDATA_BUFFER_COPY(3)

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

home | help