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:
18
base16384.h
18
base16384.h
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user