4 lines
88 B
C
4 lines
88 B
C
#pragma once
|
|
#include <stdint.h>
|
|
|
|
void get_symbol_name(uintptr_t address, char* buffer); |