1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-21 01:15:22 +00:00
uemacs/crypt.h

11 lines
153 B
C
Raw Normal View History

#ifndef _CRYPT_H_
#define _CRYPT_H_
#ifndef CRYPT
#error CRYPT should be defined
#elif CRYPT
void myencrypt( char *bptr, unsigned len) ;
#endif
#endif