#include "auxvtypes.h"#include <cstdlib>Go to the source code of this file.
Functions | |
| const char * | auxv_type_to_string (int type) |
| Converts an auxv type into a const string. Useful for debugging. | |
| const char* auxv_type_to_string | ( | int | type | ) |
Converts an auxv type into a const string. Useful for debugging.
Definition at line 35 of file auxvtypes.C.
Referenced by auxv_element::name().
1.6.1