mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* m4/memxor.m4 (gl_MEMXOR): Remove AC_LIBOBJ invocation. * modules/memxor (Makefile.am): Augment lib_SOURCES.
25 lines
274 B
Plaintext
25 lines
274 B
Plaintext
Description:
|
|
memxor() function: binary exclusive or operation on two memory blocks
|
|
|
|
Files:
|
|
lib/memxor.h
|
|
lib/memxor.c
|
|
m4/memxor.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_MEMXOR
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += memxor.c
|
|
|
|
Include:
|
|
"memxor.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|