#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) |
This file contains the GM API function gm_hex_dump().
|
gm_hex_dump() prints the hex equivalent of data at _ptr.
|