📄 globalvars.h
字号:
#include "all.h"/* Global variables: configuration document pointers */extern xmlDocPtr ctoken;extern xmlDocPtr ctab;/* authdata: byte array holding masterkey */extern u_int8_t* authdata;/* Only used by cryptousercfg: * Flag indicating where cryptoken.xml can be found * NULL - on token * any other value - in specified file */extern char* cryptokenFile;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -