单项选择题

若要说明一个类型名STP,使得定义语句STP s;等价于char *s;, 以下选项中正确的是

A.typedef STP char *s;
B.typedef *char STP;
C.typedef STP *char;
D.typedef char* STP;