15 lines
154 B
C
15 lines
154 B
C
/*++
|
|
|
|
Copyright (C) 1996-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
MACROS.H
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
|
|
#define COUNTOF(x) (sizeof(x)/sizeof(*x))
|