18 Star 71 Fork 17

Alex / base64

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.h 236 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef __TEST_H_
#define __TEST_H_
#ifdef __cplusplus
extern "C"{
#endif
extern void base64_test_file(void);
extern void base64_test_buffer(void);
extern void base64_test_string(void);
#ifdef __cplusplus
}
#endif
#endif //__TEST_H_
C
1
https://gitee.com/ylguo/base64.git
git@gitee.com:ylguo/base64.git
ylguo
base64
base64
release-v1.0

搜索帮助