Skip to content

support _Bool from C99 #14

@k4b7

Description

@k4b7

I've included <stdbool.h> but the following code produces an error for _Bool.

_Bool a = true;

<stdbool.h> makes the following defines:

#define bool _Bool
#define true 1
#define false 0

bool b = false; should also work without error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions