Correct implementation of memcmp

This commit is contained in:
Gav
2018-01-29 17:19:56 +01:00
parent 1e0b133841
commit c8c0879f3d
10 changed files with 18 additions and 14 deletions
+6
View File
@@ -59,5 +59,11 @@ error_chain! {
description("runtime failure"),
display("Runtime error"),
}
/// Runtime failed.
InvalidMemoryReference {
description("invalid memory reference"),
display("Invalid memory reference"),
}
}
}