mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +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
|
@ -36,7 +36,7 @@
|
|||
* @param x is number
|
||||
* @return p + i
|
||||
*/
|
||||
char *uleb64(char *p, uint64_t x) {
|
||||
char *uleb64(char p[hasatleast 10], uint64_t x) {
|
||||
int c;
|
||||
for (;;) {
|
||||
c = x & 127;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue