# File lib/windows/msvcrt/buffer.rb, line 57 def memicmp(buf1, buf2, count) Memicmp.call(buf1, buf2, count) end