_countof

#define _countof(_Array) (sizeof(_Array) / sizeof(_Array[0]))
原文地址:https://www.cnblogs.com/rookie2/p/3688708.html