MGE General C Library - Full Internal Documentation  v1.3.5
Library of general C functions.
mge-internal.h File Reference

Non-public general header file. More...

#include <portability.h>
Include dependency graph for mge-internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ARRAY_SIZE(x)   (sizeof(x) / sizeof((x)[0]))
 A simple macro to standardise on the preferred method of determining the size of an array. More...
 

Detailed Description

Non-public general header file.

No distribution required.

Author
Copyright (C) 2018-2020 Mark Grant

Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0

Version
v1.0.3 ==== 29/06/2020

Macro Definition Documentation

◆ ARRAY_SIZE

#define ARRAY_SIZE (   x)    (sizeof(x) / sizeof((x)[0]))

A simple macro to standardise on the preferred method of determining the size of an array.