Skip to content

[inrcc] Implement stddef.h #3

@iDontHaveTime

Description

@iDontHaveTime

Implementing stddef.h

Currently, including stddef.h at least on some linux distros will result in an error, because that header is usually not present in /usr/include and most modern compilers ship it with them (e.g. gcc, clang).

Thus for support of headers like stdlib.h there needs to be an implementation for stddef.h, it shouldn't be as much of a problem as inrcc does provide macros to help with that task, for example the __SIZE_TYPE__ macro for size_t.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions