SymCmp Function (ROM Call 0x81)

vat.h

short SymCmp (const char *s1, const char *s2);

Compares two symbol names.

SymCmp compares two symbol names by comparing at most 8 characters starting from addresses pointed to by s1 and s2. It returns the same result as strcmp. It seems that calling this function is equal to

strncmp (s1, s2, 8);
See strncmp for more info.


Used by: checkCurrent, FindSymInFolder, FolderAdd, FolderCur, FolderCurTemp, FolderDel, FolderFind, FolderOp, FolderRename, SymFindFirst, SymFindHome, SymFindPtr, handleVarLinkKey, GetStatValue