First commit
This commit is contained in:
14
IUT/Info2/TP/Chap2/chapitre5/CHAP5/Sources/tempo.c
Normal file
14
IUT/Info2/TP/Chap2/chapitre5/CHAP5/Sources/tempo.c
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "tempo.h"
|
||||
|
||||
void tempo(unsigned char nb, unsigned int tb) {
|
||||
unsigned short i;
|
||||
unsigned char j;
|
||||
|
||||
for (j = 0; j < nb; j++) {
|
||||
for (i = 0; i < 65535; i++) {
|
||||
}
|
||||
}
|
||||
|
||||
for (i = 0; i < tb; i++) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user