On Wed, Jun 22, 2005 at 11:11:56PM +0000, Alexey Toptygin wrote:
> I'm writing a shared library, and I'd rather export just the 3 symbols
> that users of the lib will need and not the 100+ I have internally. If
> not, I'll have to try to give them all names that wouldn't collide with
> anyone else's stuff...

static is your friend.

Hint: it means something different for functions than it does for variables.

Ben
--
Ben Stern             UNIX & Networks Monkey             [EMAIL PROTECTED]
This post does not represent FTI, even if I claim it does.  Neener neener.
UM Linux Users' Group     Electromagnetic Networks      Microbrew Software

Reply via email to