1#include <stdlib.h> 2#include <gelf.h> 3 4int main(void) 5{ 6 return gelf_getnote(NULL, 0, NULL, NULL, NULL); 7}