#ifndef DEBUG_UTILS_H
#define DEBUG_UTILS_H

#include "debug_config.h"

void printMemory();

#endif