0_0_38229823_12155.cpp: In function 'void input(char*)':
0_0_38229823_12155.cpp:9:40: error: 'strcmp' was not declared in this scope
while(gets(tmp) && strcmp(tmp,"END"))
^
0_0_38229823_12155.cpp:11:22: error: 'strlen' was not declared in this scope
if(strlen(tmp)==0)
^
0_0_38229823_12155.cpp:12:28: error: 'strcat' was not declared in this scope
strcat(str,"\n");
^
0_0_38229823_12155.cpp:14:27: error: 'strcat' was not declared in this scope
strcat(str,tmp);
^
0_0_38229823_12155.cpp: In function 'void dechar(char*, int)':
0_0_38229823_12155.cpp:25:19: error: 'strcpy' was not declared in this scope
strcpy(str,tmp);
^
0_0_38229823_12155.cpp: In function 'int cmp()':
0_0_38229823_12155.cpp:30:19: error: 'strlen' was not declared in this scope
n1=strlen(str1);
^
0_0_38229823_12155.cpp:32:35: error: 'strcmp' was not declared in this scope
if(n1==n2 && !strcmp(str1,str2))
^
0_0_38229823_12155.cpp:36:25: error: 'strcmp' was not declared in this scope
if(!strcmp(str1,str2))
^
0_0_38229823_12155.cpp: In function 'int main()':
0_0_38229823_12155.cpp:48:39: error: 'memset' was not declared in this scope
memset(str1,0,sizeof(str1));
^
|