📄 debug_decl.c
字号:
/* * $Source: /mit/kerberos/src/lib/krb/RCS/debug_decl.c,v $ * $Author: shanzer $ * * Copyright 1988 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file * <mit-copyright.h>. */#ifndef lintstatic char rcsid_debug_decl_c[] ="$Header: debug_decl.c,v 4.5 88/10/07 06:07:49 shanzer Exp $";#endif lint#include <mit-copyright.h>/* Declare global debugging variables. */int krb_ap_req_debug = 0;int krb_debug = 0;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -