[11585] Add countof macro

It can be used to calculate number of elements in static array. Do not use with pointers!
This commit is contained in:
zergtmn 2011-06-01 16:23:01 +06:00
parent 3788348b46
commit 4c81559800
3 changed files with 9 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11584"
#define REVISION_NR "11585"
#endif // __REVISION_NR_H__