代码搜索:stdio

找到约 10,000 项符合「stdio」的源代码

代码结果 10,000
www.eeworm.com/read/240985/13182338

h stdio.h

/* stdio.h Definitions for stream input/output. Copyright (c) 1987, 1991 by Borland International All Rights Reserved. */ #ifndef __STDIO_H #define __STDIO_H #if !defined(
www.eeworm.com/read/139175/13185546

h stdio.h

/**************************************************************** Standard Input/Output header. NOTE: The library has no real notion of input/output. The type FILE and the defines stdout and s
www.eeworm.com/read/138942/13200185

h stdio.h

/* Copyright (c) 2002, Joerg Wunsch Portions of documentation Copyright (c) 1990, 1991, 1993 The Regents of the University of California. All rights reserved. Redistribution and
www.eeworm.com/read/138927/13202336

fc stdio.fc

void main( string args[] ) { int input; printf("please entry a int:"); scanf("%d", addrof(input)); printf("your input int is %d\n", input); }
www.eeworm.com/read/325315/13212557

h stdio.h

/*****************************************************************************/ /* STDIO.H v3.10 Beta */ /* Copyright (c) 1993-1998 Texas Instr
www.eeworm.com/read/138406/13237658

c stdio.c

/*--------------------------------------------------------------- * Copyright (c) 1999,2000,2001,2002,2003 * The Board of Trustees of the University of Illinois
www.eeworm.com/read/324430/13263209

h stdio.h

www.eeworm.com/read/138087/13263877

html stdio.html

Standard I/O Streams
www.eeworm.com/read/138026/13272285

h stdio.h

/* stdio.h Definitions for stream input/output. Copyright (c) Borland International 1987,1988,1990 All Rights Reserved. */ #ifndef __STDIO_H #define __STDIO_H #if __STDC__ #d
www.eeworm.com/read/137955/13276465

h stdio.h

#ifndef __STDIO #define __STDIO #define _IOFBF 0 #define _IOLBF 0100 #define _IONBF 04 #define BUFSIZ 1024 #define EOF (-1) extern struct _iobuf { int _cnt; unsigned char *_ptr; unsigned char *_b