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