#ifdef AES_H #define AES_H void aes(char *p, int plen, char *key); void deAes(char *c, int clen, char *key); #endif