#define dpchar char* typedef char* tpchar dpchar p1,p2; //展开相当于char* p1,p2 tpchar p3,p4;//等价于char* p3 ,char* p4