mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 20:06:34 +01:00
rewrote execute function
This commit is contained in:
@@ -11,7 +11,7 @@ struct tm *get_time(void);
|
||||
/* Prints the time to given window */
|
||||
void print_time(WINDOW *window);
|
||||
|
||||
/* check that the string has one non-space character */
|
||||
/* Returns 1 if the string is empty, 0 otherwise */
|
||||
int string_is_empty(char *string);
|
||||
|
||||
/* convert wide characters to null terminated string */
|
||||
|
||||
Reference in New Issue
Block a user