diff options
author | Pixel <Pixel> | 2002-05-04 17:53:08 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-05-04 17:53:08 +0000 |
commit | 24fb33726eca4e8c5a88797adc9c17f4d541f543 (patch) | |
tree | 72b385bd9e880e699e43c7db3ba12817f0e8e45e /Xenogears/test-lz77.cpp |
Initial revision
Diffstat (limited to 'Xenogears/test-lz77.cpp')
-rw-r--r-- | Xenogears/test-lz77.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Xenogears/test-lz77.cpp b/Xenogears/test-lz77.cpp new file mode 100644 index 0000000..8efce98 --- /dev/null +++ b/Xenogears/test-lz77.cpp @@ -0,0 +1,7 @@ +#include <stdio.h> +#include "lz77.h" + +int main(void) { + lz77_comp(0, 1); + return 0; +} |