• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 #ifndef _DES_H_
3 #define _DES_H_
4 
5 // des crypt
6 extern char *crypt(const char *key, const char *salt);
7 
8 #endif
9