2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-13 08:04:45 +08:00
linux-next/tools/build/feature/test-libelf-getphdrnum.c

9 lines
87 B
C
Raw Normal View History

#include <libelf.h>
int main(void)
{
size_t dst;
return elf_getphdrnum(0, &dst);
}