#ifndef XOR_H #define XOR_H void xor42(char *m); void xor64(char *m); #endif