Library
From DocForge
| This page is a stub. It's lacking in details and can use your help. Please contribute your knowledge to this page. |
A library is a set of functions or procedures which supplement core application code.
Typically used in compiled form, libraries are either included/linked to programs, or dynamically loaded by programs.

