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

📄 asn_error.h

📁 ASN.1语法解析代码
💻 H
字号:
/*****************************************************************************
File:     asn_error.h
Contents: Error codes for ASN.1-object library.
System:   ASN development.
Created:
Author:   Charles W. Gardiner <gardiner@bbn.com>

Remarks:

COPYRIGHT 1995 BBN Systems and Technologies, A Division of BBN Inc.
150 CambridgePark Drive
Cambridge, Ma. 02140
617-873-4000
*****************************************************************************/
#ifndef _ASN_ERROR_H
#define _ASN_ERROR_H
/* $Header: /nfs/sub-rosa/u2/IOS_Project/ASN/Dev/rcs/lib/asn_obj/asn_error.h,v 1.8 1995/08/22 21:50:17 gardiner Exp $ */
/* sfcsid[] = "@(#)asn_error.h 261P" */

void asn_error(int, char *);

#define ASN_MATCH_ERR       1
#define ASN_MEM_ERR         2
#define ASN_GEN_ERR         3
#define ASN_CHOICE_ERR      4
#define ASN_OF_ERR          5
#define ASN_MANDATORY_ERR   6
#define ASN_NOT_OF_ERR      7
#define ASN_OF_BOUNDS_ERR   8
#define ASN_EMPTY_ERR       9
#define ASN_DEFINER_ERR     10
#define ASN_NO_DEF_ERR      11
#define ASN_BOUNDS_ERR      12
#define ASN_TYPE_ERR        13
#define ASN_TIME_ERR        14
#define ASN_CODING_ERR      15
#define ASN_NULL_PTR        16
#define ASN_NONE_ERR        17
#define ASN_UNDEF_VALUE     18
#define ASN_NO_CHOICE_ERR   19
#define ASN_MASK_ERR        20
#define ASN_DEFINED_ERR     21
#define ASN_LENGTH_ERR      22
#define ASN_FILE_ERR        23
#endif /* _ASN_ERROR_H */

⌨️ 快捷键说明

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