linux-surface/tools/build/feature/test-libelf-gelf_getnote.c
2017-08-10 09:25:24 -04:00

8 lines
107 B
C

#include <stdlib.h>
#include <gelf.h>
int main(void)
{
return gelf_getnote(NULL, 0, NULL, NULL, NULL);
}