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§
Functions§
- sol_
memcmp - Like C
memcmp
. - sol_
memcpy - Like C
memcpy
. - sol_
memmove ⚠ - Like C
memmove
. - sol_
memset - Like C
memset
.