ARRAY_SIZE

来源:互联网 发布:福州淘宝运营培训班 编辑:程序博客网 时间:2024/05/17 21:47

#define ARRAY_SIZE(array) (sizeof array  / sizeof array[0])

原创粉丝点击