#inclib
Preprocessor directive
#inclib "libname"
Syntax
#inclib "libname"
Description
Example
'' incomplete code snippet
'' this will include libmystuff.a in the link process
#inclib "mystuff"
'' this will include libmystuff.a in the link process
#inclib "mystuff"
Differences from QB
- New to FreeBASIC
See also