Waitrud Weber’s blog

things and reminders for memories

windows-make: csv: CSV frame ... 003

Patch of object is read_csv_003.o in C, which is going to be attached and its compilation is once.

-   - - -
 

.\read_csv_003.cpp  File modified time Sun Aug 06 18:09:44 2023

0001 #include <tchar.h>
0002 #include <windows.h>
0003 #include <windowsx.h>
0004 
0005 #include <ctime>
0006 
0007 #include <stdio.h>
0008 #include <stdlib.h>
0009 
0010 #include "Print.h"
0011 #include "array_counter.h"
0012 #include "parse.h"
0013 
0014 #include "read_csv_003.h"
0015 
0016 int endline_003 ( char bc, char c) ;
0017 
0018 int endline_003 ( char bc, char c) {
0019     if ( bc == '\r' && c == '\n' ) return 1;
0020     return 0;
0021 }
0022 
0023 

     
         
         
         

*