mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-06 13:01:34 +00:00
Symbol version
Trying to replicate glibc's symbol@@VERSION
madness.
This allows you to have a single library v2
, that also contains symbols from v1
.
https://www.technovelty.org/c/symbol-versions-and-dependencies.html contains a nice example.