Synopsis

#pragma linklib(" name " )

Description

The linklib pragma requests the linker to automatically include a library when an object file is included into a link.

Example

The following requests that libtcp.hza is automatically linked into the application:

#pragma linklib("tcp")