代码搜索:stdio

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

代码结果 10,000
www.eeworm.com/read/191923/5161100

cpp stdio.cpp

/*! \file MlcStdio.cpp \brief mona c standard input/output Copyright (c) 2002-2004 shadow All rights reserved. \b License NYSL \b Create 2004/03/09 \author shadow
www.eeworm.com/read/190666/5171536

h stdio.h

/* DO NOT EDIT THIS FILE. It has been auto-edited by fixincludes from: "fixinc/tests/inc/stdio.h" This had to be done to correct non-standard usages in the original, manufacturer supp
www.eeworm.com/read/190666/5181904

h stdio.h

// -*- C++ -*- compatibility header. // Copyright (C) 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute i
www.eeworm.com/read/190666/5182041

h stdio.h

// -*- C++ -*- header wrapper. // Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistrib
www.eeworm.com/read/190469/5183616

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
www.eeworm.com/read/190469/5183631

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
www.eeworm.com/read/190469/5183651

h stdio.h

#ifndef __STDIO #define __STDIO #define _IOFBF 0 #define _IOLBF 0200 #define _IONBF 04 #define BUFSIZ 8192 #define EOF (-1) typedef struct _iobuf { int _cnt; unsigned char *_ptr; unsigned char *_
www.eeworm.com/read/190469/5183666

h stdio.h

#ifndef __STDIO #define __STDIO #define _IOFBF 0 #define _IOLBF 0100 #define _IONBF 04 #define BUFSIZ 1024 #define EOF (-1) typedef struct { int _cnt; unsigned char *_ptr; unsigned char *_base;
www.eeworm.com/read/189477/5192701

h stdio.h

#ifndef _STDIO_H #define _STDIO_H #define EOF (-1) #define SEEK_CUR 1 #define SEEK_END 2 #define SEEK_SET 0 #define O_CREAT 0x1 #define O_EXCL 0x2 #define
www.eeworm.com/read/188982/5203818

c stdio.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================