1 2 3 4 5 6 7 8
#include <gnu/libc-version.h> int main(void) { const char *version = gnu_get_libc_version(); return (long)version; }