单项选择题

有语句typedef double funt(double);funt fun13,*pfun;则以下正确的赋值语句是()

A.pfun=fun13;
B.*pfun=fun13;
C.pfun=funt;
D.*pfun=funt;