代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/11371/228435
h stdio.h
#ifndef _STDIO_H_
#define _STDIO_H_
int printf(char *fmt, ...);
int dprintf(char *fmt, ...);
int sprintf(char *st, const char* fmt, ...);
int scanf(const char *format, ...);
#endif
www.eeworm.com/read/11371/228541
c stdio.c
#include
#include
#include
#include
#include
#include
#include
#include
void prints
www.eeworm.com/read/12862/247223
h stdio.h
/*--------------------------------------------------------------------------
STDIO.H
Prototypes for standard I/O functions.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
A
www.eeworm.com/read/12867/251123
h stdio.h
/* stdio.h: ANSI 'C' (X3J11 Oct 88) library header, section 4.9 */
/* Copyright (C) Codemist Ltd., 1988-1993 */
/* Copyright 1991-1998 ARM Limited. All rights reserved.
www.eeworm.com/read/12870/263241
h stdio.h
/* stdio.h: ANSI 'C' (X3J11 Oct 88) library header, section 4.9 */
/* Copyright (C) Codemist Ltd., 1988-1993 */
/* Copyright 1991-1998 ARM Limited. All rights reserved.
www.eeworm.com/read/12884/264947
h stdio.h
/*--------------------------------------------------------------------------
STDIO.H
Prototypes for standard I/O functions.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
A
www.eeworm.com/read/12906/265768
h stdio.h
/*--------------------------------------------------------------------------
STDIO.H
Prototypes for standard I/O functions.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
A
www.eeworm.com/read/13787/283329
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(
www.eeworm.com/read/13787/283474
c stdio.c
/* Standard I/O routines with socket support
* Replaces those in Borland C++ library
*/
#include
#include
#include
#include
#include
#d
www.eeworm.com/read/14895/426009
h stdio.h
/*****************************************************************************/
/* STDIO.H v4.1.0 */
/* Copyright (c) 1993-2005 Texas Instr