blob: f394827cd5683993369e9e952b6ab7a6e6c1f9a9 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#if !defined(countof)
#define countof(a) (sizeof(a) / sizeof((a)[0]))
#endif