7 lines
86 B
C
7 lines
86 B
C
#pragma once
|
|
|
|
extern "C" {
|
|
size_t mem_size();
|
|
size_t mem_alloc(size_t length);
|
|
};
|