ADVANCED: strToMemory (function) |
Top Previous Next |
strToMemory will copy the contents of a string to memory.
Input: dst : PTR Pointer to the memory where the string should be copied to.
str : STRING The string that is to be copied.
len : INT Number of bytes to be copied to memory.
Returns: None
Declaration: FUNCTION strToMemory;
Example: INCLUDE rtcu.inc |