代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/374737/9387205
c stdio_test.c
#include "vxworks.h"
#include "tylib.h"
/*******************************************************************/
void stdio_test(void)
{
int stdIN, stdOUT; /* 标准输入/输出设备的文件描述符 */
www.eeworm.com/read/168054/9940833
h rb_stdio.h
extern void rb_scroll();
extern void print(u8 xp,u8 yp,u16 color,char ch);//显示单个字符
extern void printf(u8 xp,u8 yp,u16 color, char *str);
extern void prtchar(u16 color,char ch);//显示单个字符并移到光标
extern
www.eeworm.com/read/166778/9998724
h stdio-safer.h
/* Invoke stdio functions, but avoid some glitches.
Copyright (C) 2001, 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the
www.eeworm.com/read/277377/10643619
c copy_stdio.c
#include
int main()
{
int c;
FILE *in, *out;
in = fopen("file.in","r");
out = fopen("file.out","w");
while((c = fgetc(in)) != EOF)
fputc(c,out);
exit(0);
www.eeworm.com/read/420704/10780045
h _stdio_file.h
/*
* Copyright (c) 1999
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
www.eeworm.com/read/420704/10780090
cpp stdio_streambuf.cpp
/*
* Copyright (c) 1999
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
www.eeworm.com/read/420704/10780147
h stdio_streambuf.h
/*
* Copyright (c) 1999
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
www.eeworm.com/read/275729/10798403
html streams.stdio.html
PTypes: streams: Standard input, output and error devices
www.eeworm.com/read/131172/7122531
html streams.stdio.html
PTypes: streams: Standard input, output and error devices