DEV_BUT1/DEV1.1S/CM/exo3.c

22 lines
294 B
C
Raw Normal View History

2023-02-08 11:18:16 +01:00
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
int main(int argc, char *argv[]){
struct timespec temps;
printf("E");
temps.tv_nsec;
printf("R");
temps.tv_nsec;
printf("R");
temps.tv_nsec;
printf("E");
temps.tv_nsec;
printf("U");
temps.tv_nsec;
printf("R");
return 0
}