Retourner au contenu associé (dépêche : Atrocités linguistiques)
Posté par Olivier Serve (site web personnel) le 03 novembre 2003 à 16:22. En réponse à la dépêche Atrocités linguistiques. Évalué à 1.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Atrocités linguistiques
Posté par Olivier Serve (site web personnel) . En réponse à la dépêche Atrocités linguistiques. Évalué à 1.
char* input() {
int x;
char *y;
char *yytchar;
yytchar = yysptr;
if (yytchar > yysbuf) {
x = U(* --yysptr);
}
else {
x = sgetc();
}
if (x == 10) {
yylineno++;
y = yytchar;
}
else {
y = yytchar;
}
if (y == EOF) {
return 0;
}
else {
return yytchar;
}
}