find_library(lib, func, *paths, &b)
Instance Public methods
Returns whether or not the entry point func can be found
within the library lib in one of the paths
specified, where paths is an array of strings. If
func is nil , then the main()
function is used as the entry point.
If lib is found, then the path it was found on is added to the
list of library paths searched and linked against.
Please login to continue.