client-c  0.7.0
econais_ec19d_file_utils.h File Reference
#include <stddef.h>
#include <stdbool.h>
+ Include dependency graph for econais_ec19d_file_utils.h:

Go to the source code of this file.

Functions

int econais_ec19d_binary_file_read (const char *file_name, char **buffer, size_t *buffer_size, bool *needs_deallocation)
 
int econais_ec19d_binary_file_store (const char *file_name, const char *buffer, size_t buffer_size)
 

Function Documentation

int econais_ec19d_binary_file_read ( const char *  file_name,
char **  buffer,
size_t *  buffer_size,
bool *  needs_deallocation 
)
int econais_ec19d_binary_file_store ( const char *  file_name,
const char *  buffer,
size_t  buffer_size 
)