First working platformio version

This commit is contained in:
Dmitry Borisenko
2020-06-18 23:43:06 +02:00
parent c16b61c82b
commit 86e18f1e99
45 changed files with 511 additions and 856 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
//Strings
// #include <stdafx.h>
#include <stdio.h>
@@ -135,4 +136,4 @@ inline void char_array::printinput() {
inline void char_array::changedefaultsize() {
printf("Input new default input string size: ");
scanf("%i", charinput);
}
}