求助 fgets在什么函数里
如题呀
File Edit Run Compile Project Options Debug Break/watch
╒════════════════════════════════════ Edit ════════════════════════════════════╕
│ Line 16 Col 1 Insert Indent Tab Fill Unindent * C:7.C │
│ │
│ scanf("%d %d%c",&m,&n,t); │
│ for(i=0;i<m;i++) │
│ for(j=0;j<n;j++) │
│ scanf(" %c",&a[i][j]); │
│ scanf("%d",&k); │
│ fgets(t); │
│} │
│ │
可是运行这段程序的时候他说找不到fgets