On Fri, May 15, 2015 at 3:53 PM, Hick Gunter <hick at scigames.at> wrote:

> SQLITE_PRIVATE means that the function is PRIVATE.


How they achieved PRIVATE functions in C?

You are not allowed to call this function, it is not supported as part of
> the SQLite API. Because you are not allowed to call the function directly,
> it is not made available to the linker.
>

How those functions are made invisible to the linker?

Reply via email to