diff options
author | admin <contact@optics-design.com> | 2025-04-25 21:13:44 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-04-25 21:13:44 +0200 |
commit | 0a64ff62830495ea21bdafe33b6166c3955d35fd (patch) | |
tree | aa87337e5691275ceaa7300c88ba4f2d2c2778e4 /structure.txt |
First Commit
Diffstat (limited to 'structure.txt')
-rw-r--r-- | structure.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/structure.txt b/structure.txt new file mode 100644 index 0000000..3b7407e --- /dev/null +++ b/structure.txt @@ -0,0 +1,25 @@ +tolsac
+| .clangd
+| .gitignore
+| compile_flags.txt
+| COPYING
+| COPYRIGHT
+| Makefile
+| README.md
+| structure.txt
+|
++---bin
+| tolsac.exe
+|
++---include
+| toldef.h
+| tolmacdef.h
+|
++---src
+| tolsac.c
+|
+\---tests
+ Example.csv
+ hist.r
+ Sampled_Example.csv
+
|