单项选择题

下列哪个函数不能被其它源程序文件中的函数调用?()

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