From 818e8f96079f17fadf81ad2ec057125cf4c1e062 Mon Sep 17 00:00:00 2001 From: INNA Date: Thu, 8 Feb 2024 14:09:05 +0100 Subject: [PATCH] =?UTF-8?q?Erstellen=20der=20Header-Datei=20f=C3=BCr=20dec?= =?UTF-8?q?binary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/decbinary.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/decbinary.h diff --git a/src/decbinary.h b/src/decbinary.h new file mode 100644 index 0000000..ea7f546 --- /dev/null +++ b/src/decbinary.h @@ -0,0 +1,8 @@ +// +// Created by innar on 08.02.2024. +// + +#ifndef LINKES_TWIX_DECBINARY_H +#define LINKES_TWIX_DECBINARY_H + +#endif //LINKES_TWIX_DECBINARY_H