mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-30 03:36:46 +02:00
put repeated code for printing time into a function
This commit is contained in:
@ -16,3 +16,6 @@ uint8_t *wcs_to_char(wchar_t *string);
|
||||
|
||||
/* convert a wide char to null terminated string */
|
||||
char *wc_to_char(wchar_t ch);
|
||||
|
||||
/* Prints the time to window w */
|
||||
void print_time(WINDOW *window);
|
||||
|
Reference in New Issue
Block a user