📄 afs_stringtokey.c
字号:
#ifdef A_KERB/* Replace this file with the real file from the licensed source. */#include <krb.h>intafs_passwd_to_key (user, instance, realm, passwd, key)char *user;char *instance;char *realm;char *passwd;C_Block key;{ return 0;} /* end of afs_passwd_to_key () */#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -