#ifndef __CONSTANT_H #define __CONSTANT_H #define ERROR -1 #define OK 0 #endif