| DC_BUFFER_GET_DATA(3) | Library Functions Manual | DC_BUFFER_GET_DATA(3) | 
dc_buffer_get_data —
#include
  <libdivecomputer/buffer.h>
unsigned char *
  
  dc_buffer_get_data(dc_buffer_t
    *buffer);
The returned pointer is not valid after subsequent calls to change the buffer.
NULL if buffer
  is NULL or no data has been allocated to the buffer.
| January 5, 2017 | NetBSD 9.0 |