adhoc.cpp.proto

来自「加密」· PROTO 代码 · 共 18 行

PROTO
18
字号
#include "filters.h"
#include "files.h"
#include "base64.h"
#include "hex.h"
#include <iostream>

USING_NAMESPACE(CryptoPP)
USING_NAMESPACE(std)

extern int (*AdhocTest)(int argc, char *argv[]);

int MyAdhocTest(int argc, char *argv[])
{
	return 0;
}

static int s_i = (AdhocTest = &MyAdhocTest, 0);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?