Design Pattern Examples
Overview of object-oriented design patterns
helpers/_countof.h File Reference
#include <stdlib.h>
Include dependency graph for helpers/_countof.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _countof(w)   (sizeof(w) / sizeof((w)[0]))
 

Macro Definition Documentation

◆ _countof

#define _countof (   w)    (sizeof(w) / sizeof((w)[0]))

Definition at line 8 of file helpers/_countof.h.