memcmp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int memcmp(void* p1, void* p2, size_t count)
  2. int memcmp(void* p1, void* p2, size_t count)
    version(!LDC)
    @nogc nothrow @trusted extern (C)
    int
    memcmp
    (
    const void* p1
    ,
    const void* p2
    ,
    size_t count
    )

Meta