[ Home ]

common_utils.h File Reference

General Purpose Macros. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define BIT(x)   ( 1 << (x) )
#define COUNTOF(a)   (sizeof( a ) / sizeof( (a)[0] ))
#define __FILE__   ""
#define __LINE__   0L
#define PUBLIC
#define PRIVATE   static


Detailed Description

General Purpose Macros.

Author:
Michael Liebscher
Date:
2004