mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07:00
totp fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user