/* This file is meant to be included in both the skeleton and the actual *flexcode(hencethename"_shared").
*/ #ifndef yyskel_static #define yyskel_static static #endif #else #include"flexdef.h" #include"tables.h" #ifndef yyskel_static #define yyskel_static #endif #endif
/** Get the number of integers in this table. This is NOT the *samethingasthenumberofelements. *@paramtblthetable *@returnthenumberofintegersinthetable
*/
yyskel_static flex_int32_t yytbl_calc_total_len (conststruct yytbl_data *tbl)
{
flex_int32_t n;
/* total number of ints */
n = tbl->td_lolen; if (tbl->td_hilen > 0)
n *= tbl->td_hilen;
if (tbl->td_id == YYTD_ID_TRANSITION)
n *= 2; return n;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.