Création d'une fonction wait()
- La fonction wait() permet de mettre en pause le fonctionnement du programme.
This commit is contained in:
@@ -8,4 +8,6 @@ unsigned long int start_timer(unsigned long int start);
|
||||
|
||||
unsigned long int stop_timer(unsigned long int start);
|
||||
|
||||
void wait(int sec);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user