This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Standard builtin/macros


	Hi there,

	Does anybody know if there is any built in function or header macro in
gcc similar to this?

	#define elementsof(array) (sizeof(array)/sizeof(array[0]))

	Has it been included into any C standard?

Cheers.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]