//: funktionen.h : Autos und Zweiraeder - R.Richter 2007-01-07 ////////////////////////////////////////////////////////////// #ifndef FUNKTIONEN_H #define FUNKTIONEN_H int autos (int fahrzeuge, int reifen); int mopeds(int fahrzeuge, int reifen); #endif // FUNKTIONEN_H