Shared libraries
Shared libraries
Posted Nov 24, 2025 21:27 UTC (Mon) by mb (subscriber, #50428)In reply to: Shared libraries by ballombe
Parent article: APT Rust requirement raises questions
It's called "extern C".
You can basically do almost all the things you can do in C. Including dynamic linking.
You can basically do almost all the things you can do in C. Including dynamic linking.
