correction code

This commit is contained in:
2026-04-17 17:28:11 +02:00
parent 53548f9159
commit b74419747b
5 changed files with 30 additions and 15 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ void piped(){
char buffer[2048];
read(fd[0], buffer, sizeof(buffer));
printf("My child sends me : %s\n", buffer);
printf("My child sends me : %s", buffer);
close(fd[0]);
wait(NULL);