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-dlzss.cpp
blob: ecd0f7e959a8fbeb763dfa39c401f5f301a71e86 (
plain
)
1
2
3
4
5
6
7
#include <stdio.h> #include "lzss.h" int main(void) { lzss_decomp(0, 1); return 0; }