My Project
 All Files Functions
eingabe.h
Go to the documentation of this file.
1 int eingabe_int(int min, int max);
2 double eingabe_double(double min, double max);
3 int check_grenze(double zahl, double min, double max);
4 double check_zahl(void);
5 void buffer_leeren(void);
6