前のページ次のページ上に戻るホーム SophiaFramework 2.1
sizearray
配列の要素数を計算します。
#define sizearray(x)    (sizeof(x) / sizeof(x[0]))