asn1fix_compat.h
来自「RSA加密/解密算法源码 asn1c-0.9.12」· C头文件 代码 · 共 15 行
H
15 行
#ifndef _ASN1FIX_COMPAT_H_#define _ASN1FIX_COMPAT_H_/* * Check that the expressions given are compatible in their type. * ORDER DOES MATTER! * The compatibility is being checked as if the value of b were used * to assign it to type a. */int asn1f_check_type_compatibility(arg_t *arg, asn1p_expr_t *a, asn1p_expr_t *b);#endif /* _ASN1FIX_COMPAT_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?