1 Star 1 Fork 0

hoogoo/cpp_test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test3.c 195 Bytes
一键复制 编辑 原始数据 按行查看 历史
hoogoo 提交于 2014-01-19 12:18 . modify test3.c
#include <stdio.h>
int main() {
printf("test3.c");
getchar();
char info[100];
memset(info,0,0);
printfInfo(info);
return 0;
}
void printfInfo(char * info) {
printf("Info...%s", info);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/hoogoo/cpp_test.git
git@gitee.com:hoogoo/cpp_test.git
hoogoo
cpp_test
cpp_test
master

搜索帮助