Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

gm_hex_dump.c File Reference

#include "gm_config.h"
#include "gm_compiler.h"
#include "gm.h"
#include "gm_debug.h"
#include "gm_internal_funcs.h"

Functions

GM_ENTRY_POINT void gm_hex_dump (const void *_ptr, gm_size_t len)

Detailed Description

This file contains the GM API function gm_hex_dump().


Function Documentation

GM_ENTRY_POINT void gm_hex_dump const void *    _ptr,
gm_size_t    len
 

gm_hex_dump() prints the hex equivalent of data at _ptr.

Parameters:
_ptr  (IN) Address of the data.
len  (IN) The length (in bytes) of the data.
Author:
Glenn Brown
Version:
GM_API_VERSION (as defined in gm.h)


Generated on Mon Nov 3 15:39:26 2003 for GM by doxygen1.2.15