# File lib/windows/msvcrt/buffer.rb, line 53 def memcmp(buf1, buf2, count) Memcmp.call(buf1, buf2, count) end