stdlib
In programming, the stdlib, short for standard library, is the collection of core APIs and modules that accompany a language or runtime. It provides portable, widely useful functionality that developers rely on across platforms, from basic data types and input/output to higher‑level utilities. The stdlib is typically shipped with the language implementation and evolves along with the language standard.
It covers a broad range of domains, including input/output, strings and text processing, data structures and
Examples across languages illustrate the varying use of the term. In C, the standard library is defined
Maintained by language developers and, for some languages, formal standardization efforts, the stdlib is distinct from