1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-16 02:50:24 +08:00

add Cosmopolitan

This commit is contained in:
源文雨
2022-03-29 20:47:26 +08:00
parent 42f8368a40
commit 95e9642cd3
4 changed files with 27 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
#include "base14.h"
int encode_len(int dlen) {
int outlen = dlen / 7 * 8;
int offset = dlen % 7;