C Library: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Added clarification of the term "freestanding"
→‎Implementations: removed extraneous sentence
Line 19: Line 19:
==Implementations==
==Implementations==


There exists a myraid of implementations of the standard library avalible at your disposal.
There are several open-source C library packages avaialble, and using one may be a viable solution for you. All of them will require some degree of modification to suit your needs. You may instead wish to roll your own, but keep in mind that a good C library implementation often requires 10 years or more to create.
There are several open-source C library packages avaialble, and using one may be a viable solution for you. All of them will require some degree of modification to suit your needs. You may instead wish to roll your own, but keep in mind that a good C library implementation often requires 10 years or more to create.