index
:
PSX-Bundle
master
nobis
origin
Unnamed repository; edit this file to name it for gitweb.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xenogears
/
test-lz77.cpp
blob: 8efce985c321e489f2fdafe8ee7a572c331079c4 (
plain
)
1
2
3
4
5
6
7
#include <stdio.h> #include "lz77.h" int main(void) { lz77_comp(0, 1); return 0; }