using std::endl;
// Nombre del pipe
-#define PIPE "/tmp/77891_P02e2311"
+#define PIPE "77891_P02e2311"
// Prueba que un valor no sea -1, saliendo con error si es asÃ.
#define TEST(v) do { if ((v) == -1) { perror("P02e2221"); exit(200); } } while (0)