eliphatfs / c-std-headers

C standard library headers conformant with C standard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Standard Headers

C standard library headers conformant with C standard.

Motivation

Nowadays, many C standard libraries, delivered with compiler toolkits or operating systems, have extensions or inline assembly included in the headers, for performance considerations. Some of them are not conformant with the C standard, where difficulties arise when testing custom or minimal C compilers. The external functions are generally available in system runtime libraries, while the headers may be problematic.

This library only includes C standard headers, written in standard C.

Status

Currently the project in general refers here. Some headers (e.g. errno.h) that defines macros that expand to platform-specific calls are not yet implemented, but will be implemented soon. Headers declaring functions that has no dependencies on platforms are fully supported.

About

C standard library headers conformant with C standard.

License:Apache License 2.0


Languages

Language:C 100.0%