Command line tool to manage IBM's legacy DSK disk image files
Go to file
Maurizio Porrato adf779af8f Rework LZW code to work on memory rather than files 2023-10-19 23:45:44 +01:00
.clang-format Initial commit 2023-10-17 09:01:10 +01:00
.gitignore Initial commit 2023-10-17 09:01:10 +01:00
Makefile Rework LZW code to work on memory rather than files 2023-10-19 23:45:44 +01:00
build-legacy.sh Rework LZW code to work on memory rather than files 2023-10-19 23:45:44 +01:00
dsk2img.c Rework LZW code to work on memory rather than files 2023-10-19 23:45:44 +01:00
lzw.c Rework LZW code to work on memory rather than files 2023-10-19 23:45:44 +01:00
lzw.h Rework LZW code to work on memory rather than files 2023-10-19 23:45:44 +01:00
test-lzw.c Rework LZW code to work on memory rather than files 2023-10-19 23:45:44 +01:00