LWN.net Logo

How about this?

How about this?

Posted Mar 16, 2007 15:24 UTC (Fri) by guobin (subscriber, #12479)
Parent article: Quotes of the week

/* array variable/field/type count */
#define countof(a)        (sizeof(a) / sizeof(((typeof(a)){})[0]))


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds