In computer science, a library is a collection of code, usually to perform a set of related tasks. It is commonly used in development of software programs. Libraries are distinguished from executables in that they are not independent programs; rather, they are "helper" code that provides services to an independent program.
Well-known libraries include:
- C standard library such as glibc
- Graphic libraries