Is it possible to create a LIB file which doesn't expose some of its functions to the public?
I mean, I can open any lib file and see every single function of it, not just the "public APIs". Also if I quickly make a prototype for it manually, then I can even call it.
I've got no special intentions with it, I'm just interested if it's possible.