Difference between revisions of "Linux Libraries"
From Teknologisk videncenter
(Created page with "Linux Libraries comes in two forms: Static and shared. =Static Libraries= Static libraries link needed code from the object (.o) files or an archive of object files into the b...") |
(No difference)
|
Revision as of 07:23, 23 December 2018
Linux Libraries comes in two forms: Static and shared.
Static Libraries
Static libraries link needed code from the object (.o) files or an archive of object files into the binary file.