[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Checking whether a shared library has been loaded
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 9 Feb 2015 13:33:40 -0200
> It would actually be quite a useful feature to have documented.
> It allows a module that mainly does some bindings to test whether
> the calling program has preloaded a possibly customized version
> of some library that it then does not need to retrieve from some
> default source.
It seems a job for 'require'...
-- Roberto