mirror of
https://github.com/n05la3/cmdtypist
synced 2024-11-15 12:13:09 +00:00
updated function prototypes
This commit is contained in:
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 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
|
||||||
|
Loading…
Reference in New Issue
Block a user