#pragma once extern "C" { size_t mem_size(); size_t mem_alloc(size_t length); };