This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ics_cli/src/date_time_handling.h

6 lines
116 B
C

#include <time.h>
#include <string.h>
void get_date(char buffer[]);
void pretty_print_date_time(char date_time[]);