mirror of
https://github.com/vlang/v.git
synced 2025-08-03 09:47:15 -04:00
6 lines
95 B
V
6 lines
95 B
V
module runtime
|
|
|
|
fn free_memory_impl() !usize {
|
|
return error('free_memory: not implemented')
|
|
}
|