|
Nugget
Bare-metal libraries and examples for the original PlayStation
|
#include <stdint.h>

Go to the source code of this file.
Classes | |
| struct | Lz4Stream |
Enumerations | |
| enum | { LZ4S_OK = 0 , LZ4S_EBADOFFSET = -1 , LZ4S_ETRUNCATED = -2 } |
Functions | |
| void | lz4StreamInit (struct Lz4Stream *s, void *dest) |
| int | lz4StreamFeed (struct Lz4Stream *s, uint8_t b) |
| int | lz4StreamEndBlock (struct Lz4Stream *s) |