buffer_string.h
Go to the documentation of this file.
1/*
2 These functions are very deprecated and should not be used further.
3*/
4
7void buffer_fwrite_string(buffer_type * buffer , const char * string);
struct buffer_struct buffer_type
Definition: buffer.hpp:37
void buffer_fwrite_string(buffer_type *buffer, const char *string)
char * buffer_fread_alloc_string(buffer_type *buffer)
const char * buffer_fread_string(buffer_type *buffer)
char * buffer
Definition: cJSON.h:161