#pragma once #include #define LONGSTR_MAX 30 bool startswith(char *str, char *sub); void size_to_human(char *buf, long size);