|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "rle.h"Go to the source code of this file.
Functions | |
| RLECompressor * | rle_create () |
| void | rle_echo_state (RLECompressor *_rle, char _current, int _count) |
| MemoryBlock * | rle_compress (RLECompressor *_rle, MemoryBlock *_input, int _size, int *_output_size) |
| void | rle_free (RLECompressor *_rle) |
| MemoryBlock * | rle_uncompress (RLECompressor *_rle, MemoryBlock *_input, int _size, int *_output_size) |
| MemoryBlock * rle_compress | ( | RLECompressor * | _rle, |
| MemoryBlock * | _input, | ||
| int | _size, | ||
| int * | _output_size ) |
| RLECompressor * rle_create | ( | ) |
| void rle_echo_state | ( | RLECompressor * | _rle, |
| char | _current, | ||
| int | _count ) |
| void rle_free | ( | RLECompressor * | _rle | ) |
| MemoryBlock * rle_uncompress | ( | RLECompressor * | _rle, |
| MemoryBlock * | _input, | ||
| int | _size, | ||
| int * | _output_size ) |