/[LeafOK_CVS]/lbbs/src/test_file_loader.c
ViewVC logotype

Diff of /lbbs/src/test_file_loader.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.3 by sysadm, Sun May 18 06:56:46 2025 UTC Revision 1.4 by sysadm, Sun May 18 08:17:25 2025 UTC
# Line 82  int main(int argc, char *argv[]) Line 82  int main(int argc, char *argv[])
82                  else                  else
83                  {                  {
84                          printf("File: %s size: %ld lines: %ld\n", files[i], data_len, line_total);                          printf("File: %s size: %ld lines: %ld\n", files[i], data_len, line_total);
85    
86                            for (int j = 0; j < line_total; j++)
87                            {
88                                    printf("Line %d: %ld ~ %ld\n", j, p_line_offsets[j], p_line_offsets[j + 1]);
89                            }
90                  }                  }
91          }          }
92    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1