declared why2_die

This commit is contained in:
Václav Šmejkal 2023-02-09 18:47:42 +01:00
parent 1e12e7a04f
commit 59b040d26e
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -33,5 +33,6 @@ unsigned long why2_count_int_length(int number); //RETURNS LENGTH OF number
unsigned long why2_count_unused_key_size(char *text, char *key); //COUNT unused_key_size
unsigned long why2_count_repeated_key_size(char *text, char *key); //COUNT repeated_key_size
unsigned long why2_compare_time_micro(struct timeval startTime, struct timeval finishTime); //COMPARE TIMES IN MICROSECONDS
void why2_die(char *exit_message); //PRINTS exit_message ERROR AND EXITS WITH CODE 1
#endif