多用户银行系统

源代码在线查看: test_freopen.c

软件大小: 526 K
上传用户: chayangccc
关键词: 多用
下载地址: 免注册下载 普通下载 VIP

相关代码

								#include 								#include "../include/stddef.h"								int main(){										freopen("../file/logfile" , "w" , stdout);					printf("hello\n");				return 0;}							

相关资源