Searched refs:howmany (Results 1 – 1 of 1) sorted by relevance
38 #ifndef howmany39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro