#pragma once #include "stdint.h" /* ============================================================================= mdump.c -- global functions ============================================================================= */ extern void mdump(int8_t *begin, int8_t *end, int32_t start);