updated function prototypes

This commit is contained in:
Calson Noah 2017-07-06 22:47:02 +01:00
parent 87c07c38a3
commit e656cff9fa

View File

@ -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 waiting(char* wait_style);//style in waiting for input.
extern void lesson_list(void); extern void lesson_list(void);
void seconds_to_hms(long int time_in_seconds, char* time); 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); extern void user_test(void);
void make_current(FILE* file_to_remove_from); 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 void write_user_speed(unsigned int session_time, unsigned int wrongly_typed, float typed);//Elapsed time is time taken to type