Ajout Exo1
This commit is contained in:
18
ANALE-1/EXO2/SUJET/p2.c
Normal file
18
ANALE-1/EXO2/SUJET/p2.c
Normal file
@@ -0,0 +1,18 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/shm.h>
|
||||
#include "dijkstra.h"
|
||||
#include "commun.h"
|
||||
|
||||
void t3()
|
||||
{
|
||||
puts("t3");
|
||||
sleep(7);
|
||||
puts("end t3");
|
||||
}
|
||||
|
||||
int main () {
|
||||
t3();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user