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