Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.10-rc8 7 lines 107 B view raw
1#include <stdlib.h> 2#include <gelf.h> 3 4int main(void) 5{ 6 return gelf_getnote(NULL, 0, NULL, NULL, NULL); 7}