mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-18 20:41:29 +02:00
Fixed small typo in include statement
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user