__ac_fsize

If < 16 return 1, othewise return m / 16 #define __ac_fsize(m) ((m) < 16? 1 : (m)>>4)

string
__ac_fsize
(
string m
)

Meta