June 2017
Intermediate to advanced
478 pages
13h 14m
English
The C library is not a single library file. It is composed of four main parts that together implement the POSIX API:
The first one, libc, is always linked in but the others have to be explicitly linked with the -l option. The parameter to -l is the library name with lib stripped off. For example, a program that calculates a sine function by calling ...
Read now
Unlock full access