My Project
 All Files Functions
werte_abfragen.h
Go to the documentation of this file.
1 int zahl_abfragen(void);
2 int input_ganze_zahl(int min, int max);
3 float input_kommazahl(float min, float max);
4 double input_doublezahl(double min, double max);
5