My Project
 All Files Functions
gewichtsberater_main.h
Go to the documentation of this file.
1 int main(void);
2 void einordnung_kategorie(char kategorie);
3 int einordnung_alter(float alter);
4 char berechnung_grenzen(int bmi_min, float bmi);
5 float bestimmung_normalgewicht(float bmi_grenze, float groesse);
6