19 #define IO_TIME_BUFFER_LEN 26
void io_local_time_get(char res[IO_TIME_BUFFER_LEN])
Fills in a formatted string of the current time.
#define IO_TIME_BUFFER_LEN
The bytes required to store a time string obtained with io_local_time_get()
Definition: io.h:19
FILE * io_file_tmp_get(void)
Creates a temporary file.