mirror of
https://github.com/vlang/v.git
synced 2025-09-08 06:41:58 -04:00
6 lines
151 B
V
6 lines
151 B
V
module builtin
|
|
|
|
fn __memory_grow(size isize) isize
|
|
fn __memory_fill(dest &u8, value isize, size isize)
|
|
fn __memory_copy(dest &u8, src &u8, size isize)
|