This commit is contained in:
RogueMaster
2022-10-17 10:24:19 -04:00
parent 441e0fad45
commit 8f416c9304
48 changed files with 2235 additions and 1769 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);