Suite
This commit is contained in:
parent
fc1d4c80ed
commit
d7a70d5d8c
9
SCR3.1/TP5/ex2.c
Normal file
9
SCR3.1/TP5/ex2.c
Normal 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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user