This commit is contained in:
RogueMaster
2022-10-12 00:53:27 -04:00
parent 9a2ac1eeb5
commit e735b8a38e
44 changed files with 2033 additions and 1672 deletions

View File

@@ -25,4 +25,4 @@
/* Compute binary exclusive OR of memory areas DEST and SRC, putting
the result in DEST, of length N bytes. Returns a pointer to
DEST. */
void *memxor (void */*restrict*/ dest, const void */*restrict*/ src, size_t n);
void* memxor(void* /*restrict*/ dest, const void* /*restrict*/ src, size_t n);