/*main2-1.c检验bo2-1.c的主程序*/ #include"c1.h" typedefintElemType; #include"c2-1.h" #include"bo2-1.h" #include"func2-3.h" Statussq(ElemTypec1,ElemTypec2) {/*数据元素判定函数(平方关系),LocateElem()调用的函数*/ if(c1==c2*c2) returnTRUE; else returnFALSE; } voiddbl(ElemType*c) {/