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

add file headers

This commit is contained in:
源文雨
2022-06-03 11:51:11 +08:00
parent 4347a3f811
commit 9b672ff535
4 changed files with 67 additions and 6 deletions

View File

@@ -1,8 +1,22 @@
#ifndef _BASE14_H_
#define _BASE14_H_
// base14.h
// fumiama 20220319
/* base16384.h
* This file is part of the base16384 distribution (https://github.com/fumiama/base16384).
* Copyright (c) 2022 Fumiama Minamoto.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// encode_len calc min buf size to fill encode result
int encode_len(int dlen) {