check-42.cc

来自「RSA加密/解密算法源码 asn1c-0.9.12」· CC 代码 · 共 21 行

CC
21
字号
/* * This file checks that the output may be compiled by the C++ compiler. */#undef	NDEBUG#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <string.h>#include <assert.h>#include <VariablePart.h>intmain() {	VariablePart_t t;	t.present = VariablePart_PR_vrange;	return 0;}

⌨️ 快捷键说明

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