diff options
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
+
|