编程论坛
注册
登录
编程论坛
→
C语言论坛
undefined reference to `ReadInput()'
浮烟醉
发布于 2019-10-06 11:18, 1669 次点击
undefined reference to `ReadInput'这种问题怎么解决
程序代码:
#include
<stdlib.h>
int
main()
{
List L;
ElementType X;
Position P;
L=ReadInput();
scanf(
"
%d
"
, &X);
P = BinarySearch( L, X );
printf(
"
%d\n
"
, P);
return
0
;
}
0 回复
1