[dpdk-dev] [PATCH v2 3/4] Amazon ENA communication layer for DPDK platform

Stephen Hemminger stephen at networkplumber.org
Mon Feb 8 22:30:08 CET 2016


On Fri,  5 Feb 2016 19:20:28 +0100
Jan Medala <jan at semihalf.com> wrote:

> +
> +typedef _Bool bool;


> +#define true	((bool)1)
> +#define false	((bool)0)

Why not just use <stdbool.h> ??


More information about the dev mailing list