📄 epocpageantc.cpp
字号:
/* epocpageantc.cpp * * Symbian OS implementation of Pagent client code. Currently a stub. * * Copyright 2002 Petteri Kangaslampi * * See license.txt for full copyright and license information.*/extern "C" {#include "putty.h"}int agent_exists(void){ return FALSE;}int agent_query(void * /*in*/, int /*inlen*/, void **out, int *outlen, void (* /*callback*/ )(void *, void *, int), void * /*callback_ctx*/){ *out = NULL; *outlen = 0; return 1;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -