mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[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:
parent
3788348b46
commit
4c81559800
3 changed files with 9 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11584"
|
||||
#define REVISION_NR "11585"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue