Skip to content

_Bool and bool aren't supported #33

Description

@ainar-g

I can understand why bool give a syntax error, but _Bool has been a builtin since C99.

For reference, this is the example I've tried:

_Bool (*f)(void *, void *)

If I replace that with:

int (*f)(void *, void *)

Then everything works.

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