irst version on that git repo

This commit is contained in:
patricus 2025-06-17 09:55:07 +02:00
commit 46ccebf956
13 changed files with 844 additions and 0 deletions

2
bytes.h Normal file
View file

@ -0,0 +1,2 @@
#include<ctype.h>
char* format_bytes(size_t bytes);