/* Übersetzungseinheiten */ /* Datei: einhei1.c */ /* Deklaration */ int funktion (int); /* Definition */ int funktion (int x) { return x; }