Formats time itt to a string and writes it to inout_buffer, which can hold up to buffer_size
bytes.
The first character of inout_buffer is the nul-byte when nothing wrote to it yet.
| rd |
an ReminderData |
| itt |
an Time |
| inout_buffer |
a pointer to a buffer to fill with formatted |
| buffer_size |
size of inout_buffer |