This commit is contained in:
RogueMaster
2022-10-12 00:50:28 -04:00
parent f6baf82b84
commit ed2a57beda
37 changed files with 1659 additions and 1852 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);