0_0_20899147_10489.cpp: In function 'int cmp(const void*, const void*)':
0_0_20899147_10489.cpp:16:48: error: 'strcmp' was not declared in this scope
return strcmp(((mozhou*)p1)->a,((mozhou*)p2)->a);
^
0_0_20899147_10489.cpp: In function 'int cmp1(const void*, const void*)':
0_0_20899147_10489.cpp:20:48: error: 'strcmp' was not declared in this scope
return strcmp(((mozhou*)p1)->b,((mozhou*)p2)->b);
^
0_0_20899147_10489.cpp: In function 'int finda()':
0_0_20899147_10489.cpp:29:21: error: 'strcmp' was not declared in this scope
w=strcmp(ch,m[mid].a);
^
0_0_20899147_10489.cpp: In function 'int findb()':
0_0_20899147_10489.cpp:42:21: error: 'strcmp' was not declared in this scope
w=strcmp(ch,n[mid].b);
^
0_0_20899147_10489.cpp: In function 'int main()':
0_0_20899147_10489.cpp:53:26: error: 'memset' was not declared in this scope
memset(ch,'\0',sizeof(ch));
^
0_0_20899147_10489.cpp:57:22: error: 'strcmp' was not declared in this scope
if(!strcmp(ch,"@END@")) break;
^
0_0_20899147_10489.cpp:81:14: error: 'strlen' was not declared in this scope
len=strlen(ch);
^
|