#include <libaegis/change.h>
#include <libaegis/cstate.h>
Go to the source code of this file.
Functions | |
cstate_architecture_times_ty * | change_find_architecture_variant (change::pointer cp) |
cstate_architecture_times_ty * | change_find_architecture_variant (change::pointer cp, string_ty *variant) |
cstate_architecture_times_ty* change_find_architecture_variant | ( | change::pointer | cp, | |
string_ty * | variant | |||
) |
The change_find_architecture_variant function is used to obtain a pointer to the architecture variant data for the currently executing architecture.
cp | The change in question. | |
variant | The name of the architecture of interest. |
cstate_architecture_times_ty* change_find_architecture_variant | ( | change::pointer | cp | ) |
The change_find_architecture_variant function is used to obtain a pointer to the architecture variant data for the currently executing architecture.
cp | The change in question. |