#pragma linklib(" name " )
The linklib pragma requests the linker to automatically include a library when an object file is included into a link.
The following requests that libtcp.hza is automatically linked into the application:
#pragma linklib("tcp")