1#pragma once
2
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7#include <elf.h>
8
9unsigned long getauxval(unsigned long);
10
11#ifdef __cplusplus
12}
13#endif
14