6 lines
62 B
C
6 lines
62 B
C
|
#pragma once
|
||
|
|
||
|
namespace Memory
|
||
|
{
|
||
|
void walk_memory_map();
|
||
|
}
|