mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-12 15:51:11 +08:00
backport: optimize documents
This commit is contained in:
14
bitio.h
14
bitio.h
@@ -1,8 +1,14 @@
|
||||
#ifndef _BITIO_H_
|
||||
#define _BITIO_H_
|
||||
//bitio.h
|
||||
//made by fumiama
|
||||
//20200413
|
||||
|
||||
/* bitio.h
|
||||
* This file is part of the base16384 distribution (https://github.com/fumiama/base16384).
|
||||
* Copyright (c) 2020-2024 Fumiama Minamoto.
|
||||
*
|
||||
* This program is distributed in MIT license.
|
||||
* Initially created at 20200413.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#ifndef BITBUFSIZE
|
||||
@@ -24,4 +30,4 @@ int readbit(const BIT *buffer, const int position);
|
||||
|
||||
int popbit(BIT *buffer);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user