|
@ -34,4 +34,9 @@ int string_character_counter(char string[]); |
|
|
int characterAppearanceInString(char c, char string[]); |
|
|
int characterAppearanceInString(char c, char string[]); |
|
|
// liefert die Anzahl an einem bestimmten Character in einem String zurueck |
|
|
// liefert die Anzahl an einem bestimmten Character in einem String zurueck |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Function to calculate the sine of an angle in radians |
|
|
|
|
|
float sine(float x); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif |
|
|
#endif |