|
Kaa client C SDK
|
#include <stddef.h>#include <stdbool.h>Go to the source code of this file.
Functions | |
| int | posix_binary_file_read (const char *file_name, char **buffer, size_t *buffer_size, bool *needs_deallocation) |
| int | posix_binary_file_store (const char *file_name, const char *buffer, size_t buffer_size) |
| int | posix_binary_file_delete (const char *file_name) |
| int posix_binary_file_delete | ( | const char * | file_name | ) |
| int posix_binary_file_read | ( | const char * | file_name, |
| char ** | buffer, | ||
| size_t * | buffer_size, | ||
| bool * | needs_deallocation | ||
| ) |
| int posix_binary_file_store | ( | const char * | file_name, |
| const char * | buffer, | ||
| size_t | buffer_size | ||
| ) |
1.8.6