1 2 3 4 5 6 7 8 9 10 11 12
#ifdef SHARED #include "version.h" static const char version[] = VERSION; const char *__libc_get_version() { return version; } #endif