summaryrefslogtreecommitdiff
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;
}