gnu_get_libc_version (3) Linux Manual Page
NAME gnu_get_libc_version, gnu_get_libc_release – get glibc version and release SYNOPSIS #include <gnu/libc-version.h> const char *gnu_get_libc_version(void); const char *gnu_get_libc_release(void); DESCRIPTION The function gnu_get_libc_version() returns a string that identifies the glibc version available on the system. The function gnu_get_libc_release() returns a string indicates the release status of the glibc version available on the system. This will be…
