#ifndef AGEINSECONDS_H #define AGEINSECONDS_H float sekunden(float jahre); int minuten(int jahre); int stunden(int jahre); #endif // AGEINSECONDS_H