1
0
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:
Jfreegman
2013-10-20 00:50:08 -04:00
parent 7a0951afc6
commit 4ad6853e2e
3 changed files with 57 additions and 131 deletions

View File

@ -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 */