This commit is contained in:
Arnaud NGWALA NGWALA 2023-10-06 12:29:51 +02:00
parent fc1d4c80ed
commit d7a70d5d8c

9
SCR3.1/TP5/ex2.c Normal file
View File

@ -0,0 +1,9 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
int main(void){
pid_t p;