#ifndef COMMON_HHH #define COMMON_HHH #define ASSERT(p) do{ if (!p){ printf("%s:%d ",__FILE__,__LINE__ ); } } while (0) #endif