fixed bad output

This commit is contained in:
Pau 2024-09-24 18:47:46 +02:00
parent bf456afe04
commit c0e25b38d4
1 changed files with 1 additions and 0 deletions

1
p2.c
View File

@ -1,6 +1,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/types.h>
void main(void) {
pid_t id_actual, id_padre, pid;