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