Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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