messages.c
来自「uClinux上的ppp拨号驱动及测试程序」· C语言 代码 · 共 15 行
C
15 行
/* * Copyright 1997-2000 by Pawel Krawczyk <kravietz@ceti.pl> * * See http://www.ceti.com.pl/~kravietz/progs/tacacs.html * for details. * * messages.c Various messages returned to user. */char *system_err_msg="Authentication error, please contact administrator.";char *protocol_err_msg="Protocol error.";char *author_ok_msg="Service granted.";char *author_fail_msg="Service not allowed.";char *author_err_msg="Protocol error.";
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?