单项选择题

下列声明语句中没有起到定义作用的是( )。

A.int count;
B.const double pi=3.14159;
C.extern long index;
D.int max(int a,intb)return a>b a:b;