c语言数组的问题。
Elkel 2002-06-21 09:54:28 我阅读net-snmp源码看到以下数组声明,高手能给我指点一下吗?
#define DS_MAX_IDS 3
#define DS_MAX_SUBIDS 32 /* needs to be a multiple of 8 */
...
char ds_booleans[DS_MAX_IDS][DS_MAX_SUBIDS / 8]; /* bit vector storage. */
如果能告诉我哪能下在iso c99的文档更好。