From d3733c62fe8c6d6ff0737e16f62af6def7783309 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 23 Jun 2020 17:48:40 +0200 Subject: Test für csv_write() zunächst deaktiviert! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- csv-test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'csv-test.c') diff --git a/csv-test.c b/csv-test.c index bbc7212..efd2155 100644 --- a/csv-test.c +++ b/csv-test.c @@ -103,6 +103,7 @@ test_exception_longjmp(FILE *f) int main(void) { +#if 0 const char *names[] = { "Thomas \"DG\" Schmucker", "Andrea", "Markus", "Marion", NULL }; csv_write(stdout, -1, names, NULL); @@ -113,6 +114,7 @@ main(void) csv_write(stdout, 4, names, NULL); csv_write(stdout, 5, names, NULL); return 0; +#endif FILE *in = fopen("500000 Records.csv", "r"); if ( in == NULL ) { -- cgit v1.3