#include <utils.h>
#include <inttypes.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <limits.h>
#include <cstdlib>
#include <cstring>
#include <functional>
#include <sstream>
#include <endianness_config.h>
Go to the source code of this file.
void cbWrapper |
( |
void * |
data, |
|
|
void * |
hint |
|
) |
| |
size_t fwriteString |
( |
FILE * |
stream, |
|
|
const std::string & |
str |
|
) |
| |
void insertNetworkUInt32 |
( |
void * |
buffer, |
|
|
uint32_t |
value |
|
) |
| |
void insertNetworkUInt64 |
( |
void * |
buffer, |
|
|
uint64_t |
value |
|
) |
| |
uint32_t readNetworkUInt32 |
( |
void * |
buffer | ) |
|
uint64_t readNetworkUInt64 |
( |
void * |
buffer | ) |
|