Difference between revisions of "Run-time library"
From Computer History Wiki
(Stubby, but a start) |
m (+cat) |
||
Line 2: | Line 2: | ||
{{stub}} | {{stub}} | ||
+ | |||
+ | [[Category: Software Concepts]] |
Latest revision as of 22:10, 16 December 2018
A run-time library provides basically the same functionality as a run-time system, but it is structured as a library; so generally only used with a compiled or assembled program, and usually only the needed subroutines will be extracted and linked in.