📄 asn1fix_compat.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -