|
发表于 2018-4-23 23:37:51
|
显示全部楼层
C:\Users\HAO\Desktop\c语言作业\作业1.c In function 'countLines':
22 11 C:\Users\HAO\Desktop\c语言作业\作业1.c [Error] 'fp' undeclared (first use in this function)
22 11 C:\Users\HAO\Desktop\c语言作业\作业1.c [Note] each undeclared identifier is reported only once for each function it appears in
C:\Users\HAO\Desktop\c语言作业\作业1.c In function 'findAllCodes':
48 12 C:\Users\HAO\Desktop\c语言作业\作业1.c [Error] 'hadle' undeclared (first use in this function)
49 8 C:\Users\HAO\Desktop\c语言作业\作业1.c [Error] expected ')' before '{' token
58 2 C:\Users\HAO\Desktop\c语言作业\作业1.c [Error] expected expression before '}' token
C:\Users\HAO\Desktop\c语言作业\作业1.c In function 'findAllDirs':
62 12 C:\Users\HAO\Desktop\c语言作业\作业1.c [Error] unknown type name 'strust'
62 31 C:\Users\HAO\Desktop\c语言作业\作业1.c [Error] expected '=', ',', ';', 'asm' or '__attribute__' before 'fa'
67 60 C:\Users\HAO\Desktop\c语言作业\作业1.c [Error] 'fa' undeclared (first use in this function)
找了好久不知道哪错了。。。 |
|