[v0.01] Adding and creating basic source code base taken from cpufetch

This commit is contained in:
Dr-Noob
2021-08-11 10:12:27 +02:00
parent f824e3c4f2
commit 7b88845d71
9 changed files with 123 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <cstddef>
#define STRING_UNKNOWN "Unknown"