blob: f0c3b47cce281beff4f489d1ffbba23f388b1f95 [file] [log] [blame]
#include <libelf.h>
int main(void)
{
size_t dst;
return elf_getshdrstrndx(0, &dst);
}