Hacker News new | ask | show | jobs
by msebor 2250 days ago
The ELF visibility attributes solve the part of the problem at the binary level (by hiding private library APIs from the application). The rest should be doable by structuring the project sources and headers in a suitable way.
1 comments

ELF is very much not part of the C standard.