Subroutine package

From Computer History Wiki
Revision as of 14:20, 1 April 2018 by Jnc (talk | contribs) (A start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A subroutine package (commonly called a library) is a group of subroutines which support some particular functionality.

On early machines which did not support floating point, it was common to have a floating point library. For commercial applications, which often use binary-coded decimal for arbitrary-precision numbers, a library implementing them was often provided on machines which lacked hardware support for BCD.

In the C programming language, which does not include I/O as part of the language, the Standard I/O Library is a portable way to peform I/O.