Corewar documentation 1.0.0
|
The file containing the my_memcmp function. More...
#include "mymemory.h"
Functions | |
int | my_memcmp (const void *pointer1, const void *pointer2, size_t size) |
Compares the first (size) bytes of the two memory areas (pointer1 and pointer2) | |
The file containing the my_memcmp function.
int my_memcmp | ( | const void * | pointer1, |
const void * | pointer2, | ||
size_t | size ) |
Compares the first (size) bytes of the two memory areas (pointer1 and pointer2)
pointer1 | The first memory area |
pointer2 | The second memory area |
size | The number of bytes to compare |