6 ms·
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 doabl
by msebor 6y 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.
- loeg 6y agoELF is very much not part of the C standard.