struct te_enum_trn
Overview
A translation between two sets of integral values
An array of translations should end with TE_ENUM_TRN_END More…
#include <te_enum.h> struct te_enum_trn { // fields int from; int to; };
Detailed Documentation
A translation between two sets of integral values
An array of translations should end with TE_ENUM_TRN_END
Fields
int from
Left-hand side value
int to
Right-hand side value