equal
deleted
inserted
replaced
1 /** |
1 /** |
2 * pipe.c |
2 * pipe.c |
3 * Copyright (C) 2009 Markus Broeker |
3 * Copyright (C) 2009 Markus Broeker |
4 * |
|
5 */ |
4 */ |
6 |
5 |
7 #include <stdio.h> |
6 #include <stdio.h> |
8 #include <stdlib.h> |
7 #include <stdlib.h> |
9 #include <unistd.h> |
8 #include <unistd.h> |