Digi XBee(R) ANSI C Host Library
Functions
hexdump.c File Reference

ANSI C hex_dump() implementation if not available natively on a given platform. More...

#include "xbee/platform.h"
#include <stdio.h>
#include <ctype.h>
#include <string.h>

Functions

void hex_dump (const void FAR *address, uint16_t length, uint16_t flags)
 Helper function for printing a hex dump of memory to stdout. More...
 

Detailed Description

ANSI C hex_dump() implementation if not available natively on a given platform.