📄 globalvars.c
字号:
#include "all.h"#include "globalvars.h"/* Global variables: configuration document pointers */xmlDocPtr ctoken;xmlDocPtr ctab;/* authdata: byte array holding masterkey */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 */char* cryptokenFile;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -