aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2025-04-13 10:45:35 +0200
committerThomas Schmucker <ts@its1.de>2025-04-13 10:45:35 +0200
commit85fe3b67a67825dfc5e43959f001b2a7159dc23f (patch)
tree51588584397d6147a77e5fd9d77aa2274b152c6a
parent0402756330a118e55d3d7d31baa06e1420347320 (diff)
downloadlibcsv-85fe3b67a67825dfc5e43959f001b2a7159dc23f.tar.gz
libcsv-85fe3b67a67825dfc5e43959f001b2a7159dc23f.tar.bz2
libcsv-85fe3b67a67825dfc5e43959f001b2a7159dc23f.zip
new directory structure
-rw-r--r--lib/include/csv.h (renamed from csv.h)0
-rw-r--r--lib/makefile0
-rw-r--r--lib/src/csv.c (renamed from csv.c)0
-rw-r--r--tests/makefile0
-rw-r--r--tests/src/csv-test.c (renamed from csv-test.c)0
5 files changed, 0 insertions, 0 deletions
diff --git a/csv.h b/lib/include/csv.h
index 9ac7c05..9ac7c05 100644
--- a/csv.h
+++ b/lib/include/csv.h
diff --git a/lib/makefile b/lib/makefile
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/makefile
diff --git a/csv.c b/lib/src/csv.c
index e9c7464..e9c7464 100644
--- a/csv.c
+++ b/lib/src/csv.c
diff --git a/tests/makefile b/tests/makefile
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/makefile
diff --git a/csv-test.c b/tests/src/csv-test.c
index c99c049..c99c049 100644
--- a/csv-test.c
+++ b/tests/src/csv-test.c