#ifndef COMMON_H #define COMMON_H #define STATUS_ERROR -1 #define STATUS_SUCCESS 0 #endif