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.