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> ??

Reply via email to