csdn.txt中的数据是这样的:
1.main.c
#include "list.h"
int isoktosscanf(char *str) { char *p = strstr(str, "#"); if (p!=NULL) { if (strstr(p+1,"#")!=NULL) { return 1; } else { return 0; } } else { return 0; } } void eatspace(char *str) { int i = 0; int j = 0; while ((str[i]=str[j++])!='