aboutsummaryrefslogtreecommitdiffstats
path: root/nelem.h
blob: 108544e92b53f285c9943fbe8452e7027500871e (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (C) 2018 Tomasz Kramkowski <tk@the-tk.com>
 * SPDX-License-Identifier: MIT
 */
#ifndef NELEM_H
#define NELEM_H

#define NELEM(a) (sizeof (a) / sizeof (a)[0])

#endif // NELEM_H