![]() |
SymCpy0 | Function (ROM Call 0x83) |
vat.h |
void SymCpy0 (char *dest, const char *src); |
Copies a symbol name with putting zero byte at the end.
SymCpy0 first performs SymCpy, then puts the zero byte in ninth byte of the string pointed to by dest (i.e. in dest[8]). So, dest must be at least 9 bytes long.