mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 09:18:31 +00:00
Add Compress() and Uncompress() to redbean
This commit is contained in:
parent
59b6ae1cbd
commit
8bfb70ca3f
9 changed files with 218 additions and 23 deletions
|
@ -5,8 +5,9 @@ COSMOPOLITAN_C_START_
|
|||
|
||||
char *sleb64(char *, int64_t);
|
||||
char *zleb64(char *, int64_t);
|
||||
char *uleb64(char *, uint64_t);
|
||||
char *uleb64(char[hasatleast 10], uint64_t);
|
||||
int unzleb64(const char *, size_t, int64_t *);
|
||||
int unuleb64(char *, size_t, uint64_t *);
|
||||
|
||||
#ifndef __STRICT_ANSI__
|
||||
char *sleb128(char *, int128_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue