Forgot your password?
typodupeerror

Comment C-Program in german (Score 1) 709

A C-Program in German:

druckearg.c
--------------------------------

#einschliessen

leer drucke_hilfe() {
druckef(" Start: druckearg argumente ...\n");
}


ganzzahl haupt( ganzzahl arga, zeichen* argv[]) {
wenn(arga>1) {
fuer ( ganzzahl i; i druckef("%d : %s\n", i, zeichen[i]);
}
kehre_zurueck 0;
} sonst {
drucke_hilfe();
kehre_zurueck 1;
}
}
--------------------------

Do you like it? :-)

Greetings from Germany
Ulli

Slashdot Top Deals

How many weeks are there in a light year?

Working...