1 2 3 4 5 6 7 8
#ifndef XOR_H #define XOR_H void xor16(char *m); void xor42(char *m); void xor64(char *m); #endif