Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
#ifndef MEMXOR_H_ |
|
#define MEMXOR_H_ |
|
#include <stdint.h> |
|
|
|
void memxor(void* dest, const void* src, uint16_t n); |
|
void memxor_P(void* dest, const void* src, uint16_t n); |
|
|
|
|
|
#endif |
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.