代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/215923/15033848
h stdio.h
/*
* stdio.h
* This file has no copyright assigned and is placed in the Public Domain.
* This file is a part of the mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER with
www.eeworm.com/read/215885/15035192
h stdio.h
#ifndef __STDIO_H
#define __STDIO_H
#include
#include
int getchar(void);
int putchar(char);
int puts(CONST char *);
int printf(CONST char *, ...);
int vprintf(CONST cha
www.eeworm.com/read/114447/15053032
h stdio.h
www.eeworm.com/read/114447/15053143
h stdio.h
www.eeworm.com/read/215071/15075712
h stdio.h
/*****************************************************************************/
/* */
/* stdio.h */
/*
www.eeworm.com/read/215071/15075962
inc stdio.inc
;*****************************************************************************/
;* */
;* stdio
www.eeworm.com/read/214932/15082528
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instr
www.eeworm.com/read/211675/15175708
h stdio.h
/*****************************************************************************/
/* STDIO.H v4.00 */
/* Copyright (c) 1993-2004 Texas Instr
www.eeworm.com/read/210569/15196112
h stdio.h
#ifndef _STDIO_H
#define _STDIO_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#define EOL_LEN 3
#define _fd_type(fd) (((fd) >> 13) & 3)
#define _fd_seq(fd) ((fd) & 8191)
#define _mk_fd(