Newer
Older
/* memxor.c
*
* $Id$
*/
/* XOR LEN bytes starting at SRCADDR onto DESTADDR. Result undefined
if the source overlaps with the destination.
Return DESTADDR. */
#if HAVE_CONFIG_H
#endif
/* memxor.c
*
* $Id$
*/
/* XOR LEN bytes starting at SRCADDR onto DESTADDR. Result undefined
if the source overlaps with the destination.
Return DESTADDR. */
#if HAVE_CONFIG_H
#endif