Waitrud Weber’s blog

things and reminders for memories

Analyzer: windows-make: read_csv

We changed the function of found_enter to read_csv, which is closed.

 

main.cpp  Sun Mar 14 16:23:46 2021

  1 :#include 
  2 :#include 
  3 :#include 
  4 :
  5 :#include "Print.h"
  6 :#include "array_counter.h"
  7 :#include "parse.h"
  8 :
  9 :#include "replace.h"
 10 :
 11 :int main () {
 12 :
 13 :	int a = read_csv(".\\001-csv-20210210-001\.txt");
 14 :
 15 :	return 0;
 16 :}
 17 :