单项选择题

A.int fun(int x){......}
B.extern int fun(int x){......}
C.void fun(int x){......}
D.static int fun(int x){......}