⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asn1fix_constraint.h

📁 RSA加密/解密算法源码 asn1c-0.9.12
💻 H
字号:
#ifndef	_ASN1FIX_CONSTRAINT_H_#define	_ASN1FIX_CONSTRAINT_H_/* * Resolve referenced values inside constraints. */int asn1constraint_resolve(arg_t *arg, asn1p_module_t *module,	asn1p_constraint_t *ct,	asn1p_expr_type_e topmost_parent_expression_type,	enum asn1p_constraint_type_e effective_constraint_type);/* * Collect all subtype constraints from all parents of this type and * the type itself, forming a full constraint structure. * Honors the constraints extensibility rules (46.8) * and does other useful transformations. */int asn1constraint_pullup(arg_t *arg);#endif	/* _ASN1FIX_CONSTRAINT_H_ */

⌨️ 快捷键说明

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