#include namespace kapi::memory { auto init() -> void { // TODO: initialize simulated memory. } } // namespace kapi::memory