Skip to main content

Crate rialo_s_program_memory

Crate rialo_s_program_memory 

Source
Expand description

Basic low-level memory operations.

Within the SBF environment, these are implemented as syscalls and executed by the runtime in native code.

Modules§

stubs

Functions§

rlo_memcmp
Like C memcmp.
rlo_memcpy
Like C memcpy.
rlo_memmove
Like C memmove.
rlo_memset
Like C memset.