#ifndef COMMON_H_ #define COMMON_H_ #define SIZE 200 char *myfifo = "./myfifo"; #endif