Expand description
Basic low-level memory operations.
Within the SBF environment, these are implemented as syscalls and executed by the runtime in native code.
Functions§
- cbe_
memcmp - Like C
memcmp
. - cbe_
memcpy - Like C
memcpy
. - cbe_
memmove ⚠ - Like C
memmove
. - cbe_
memset - Like C
memset
.