#ifndef __BIT_XOR_H__ #define __BIT_XOR_H__ extern int bitxor_buf(unsigned char *ibuf, unsigned char *obuf, int size, int bsize); #endif // __BIT_XOR_H__