dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Dump.h File Reference
#include <util/types.h>
#include <stdio.h>
Include dependency graph for Dump.h:

Go to the source code of this file.

Functions

void utilDump_range (FILE *target, const byte *buffer, size_t from, size_t to)
 
void utilDump (FILE *target, const byte *buffer, size_t length)
 

Function Documentation

void utilDump ( FILE *  target,
const byte buffer,
size_t  length 
)
void utilDump_range ( FILE *  target,
const byte buffer,
size_t  from,
size_t  to 
)