Run-time library: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
Stubby, but a start
 
m +cat
 
Line 2: Line 2:


{{stub}}
{{stub}}
[[Category: Software Concepts]]

Latest revision as of 21: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.