... { return DIV; } [0-9]+ { return NUMBER; } "\n" { return CR; } <<EOF>> { yyterminate(); } %% int yywrap() { yylex_destroy(); return 1; }.
確定! 回上一頁