updated function prototypes

pull/1/head
Calson Noah 7 years ago
parent 87c07c38a3
commit e656cff9fa

@ -69,7 +69,7 @@ extern void sleepf(int time_to_sleep);//implementing a sleep function
extern void waiting(char* wait_style);//style in waiting for input.
extern void lesson_list(void);
void seconds_to_hms(long int time_in_seconds, char* time);
void session_style(unsigned int session_time, unsigned short wrongly_typed,float typed);
void session_style(unsigned int session_time, unsigned int wrongly_typed,float typed);
extern void user_test(void);
void make_current(FILE* file_to_remove_from);
void write_user_speed(unsigned int session_time, unsigned int wrongly_typed, float typed);//Elapsed time is time taken to type

Loading…
Cancel
Save