dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Dump.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5 
6 #include <util/types.h>
7 #include <stdio.h>
8 
9 void utilDump_range( FILE * target, const byte * buffer, size_t from, size_t to );
10 void utilDump( FILE * target, const byte * buffer, size_t length );
11 
12 #ifdef __cplusplus
13 }
14 #endif
unsigned char byte
Definition: types.h:16
void utilDump(FILE *target, const byte *buffer, size_t length)
void utilDump_range(FILE *target, const byte *buffer, size_t from, size_t to)