2025-04-27 07:49:33 -04:00

16 lines
358 B
C

//-----------------------------------------------------------------------------
//
// File: macros.h
// Copyright (c) 1994-2001 Microsoft Corporation, All Rights Reserved
// All rights reserved.
//
//
//
//-----------------------------------------------------------------------------
#define COUNTOF(x) (sizeof(x)/sizeof(*x))