4 Star 5 Fork 1

科学大数据开源社区/文件系统-leaf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Csnprintf.h 363 Bytes
一键复制 编辑 原始数据 按行查看 历史
XuQi0207 提交于 9年前 . 2016-12-2 15:45
/*
* Csnprintf.h,v 1.1 2003/11/04 13:02:56 jdurand Exp
*/
#ifndef __Csnprintf_h
#define __Csnprintf_h
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#include "osdep.h"
EXTERN_C int DLL_DECL Csnprintf _PROTO((char *, size_t, char *, ...));
EXTERN_C int DLL_DECL Cvsnprintf _PROTO((char *, size_t, char *, va_list));
#endif /* __Csnprintf_h */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opensci/leaf.git
git@gitee.com:opensci/leaf.git
opensci
leaf
文件系统-leaf
master

搜索帮助