added pretty_print_date_time function

This commit is contained in:
2023-08-23 20:03:26 +02:00
parent 8f1e0e7b1d
commit 0294dbf3e9
4 changed files with 21 additions and 4 deletions

View File

@ -2,3 +2,4 @@
#include <string.h>
void get_date(char buffer[]);
void pretty_print_date_time(char date_time[]);