?? asn1fix_class.h
字號:
#ifndef _ASN1FIX_CLASS_H_#define _ASN1FIX_CLASS_H_/* * Fetch the element from the class-related stuff (thing) by its reference. */asn1p_expr_t *asn1f_class_access(arg_t *, asn1p_module_t *mod, asn1p_ref_t *);/* * Externally accessible version of above function. */asn1p_expr_t *asn1f_class_access2(asn1p_t *asn, asn1p_module_t *mod, asn1p_expr_t *expr, asn1p_ref_t *);#endif /* _ASN1FIX_CLASS_H_ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -