static library

0001-01-01

A static library is a software library that is linked into an executable file at compile time, making the library code part of the resulting binary, as opposed to dynamic libraries which are NOT part of the resulting binary and loaded when the program is ran.