Added the return type to the rr_memequ doxygen comment
This commit is contained in:
parent
de3ac20422
commit
22462bf2e7
|
@ -19,7 +19,7 @@ bool_t rr_mem_overlap(void *block1, usz_t length1, void *block2, usz_t length2);
|
|||
/// @param block2 Address of the other memory block. In cases where there is a clear correct version,
|
||||
/// this should be the correct data to be checked against.
|
||||
/// @param count How many bytes will be checked.
|
||||
/// @return
|
||||
/// @return Whether the two memory regions are equal
|
||||
bool_t rr_memequ(void *block1, void *block2, usz_t count);
|
||||
|
||||
/// @brief Sets all bytes in a memory region all to one byte
|
||||
|
|
Loading…
Reference in New Issue