mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-29 21:36:46 +02: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