#include #include #define N 10000 int main() { // FILE *ip; // ip = fopen("a.txt", "r"); // char string[1000]; // char buffer[200]; // unsigned int line_len = 0; // while (fgets(buffer, N, ip)) // { // // line_num++; // strcpy(&string[line_len], buffer); // line_len += strlen(buffer); // } // printf("%s", string); }