diff options
author | caminsha <c.96marco@hotmail.com> | 2020-02-01 02:18:13 +0100 |
---|---|---|
committer | caminsha <c.96marco@hotmail.com> | 2020-02-01 02:18:13 +0100 |
commit | 8041d796bbddf8ad61a3fb7e38acfb5f9659567b (patch) | |
tree | 205dd66eb0cbef353dcd6891db1d38f37e60a824 | |
parent | 5ff9fd5659c308dc7a8e3767bef09934a04cc62b (diff) |
Fixed small typo in include statement
-rw-r--r-- | de-de/c-de.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/de-de/c-de.html.markdown b/de-de/c-de.html.markdown index 40c6489c..72928516 100644 --- a/de-de/c-de.html.markdown +++ b/de-de/c-de.html.markdown @@ -47,7 +47,7 @@ enum tage {SO=1, MO, DI, MI, DO, FR, SA}; // Importiere Header-Dateien mit #include #include <stdlib.h> -#include <stio.h> +#include <stdio.h> #include <string.h> // Dateien, welche zwischen <spitzen Klammern> stehen, sind Header-Dateien aus |