dcrud
0.0.0
Distributed data and services
Main Page
Data Structures
Files
File List
Globals
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
types.h
byte
unsigned char byte
Definition:
types.h:16
utilDump
void utilDump(FILE *target, const byte *buffer, size_t length)
utilDump_range
void utilDump_range(FILE *target, const byte *buffer, size_t from, size_t to)
inc
util
Dump.h
Generated on Sun Jan 10 2016 19:24:07 for dcrud by
1.8.7