Pretty функционал будет в утилитах

This commit is contained in:
Dmitry Borisenko
2021-12-22 14:52:45 +01:00
parent d208bbd426
commit 7a76ddcc93
3 changed files with 2 additions and 2 deletions

4
include/utils/Pretty.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
#include "Global.h"
String prettyBytes(size_t size);