strcmp function

Implementation

int strcmp(MemoryPointer a, MemoryPointer b)
  => $.Utils.strcmp(a, b);