代码搜索:stdio

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

代码结果 10,000
www.eeworm.com/read/131315/5941132

c stdio.c

#include extern "C" void _cleanup() { streambuf::flush_all(); } // For GNU libc.
www.eeworm.com/read/131315/5941227

h stdio.h

// This may look like C code, but it is really -*- C++ -*- /* Copyright (C) 1988 Free Software Foundation written by Doug Lea (dl@rocky.oswego.edu) This file is part of the GNU C++ Library. Thi
www.eeworm.com/read/130105/5964668

h stdio.h

#ifndef STDIOH_ #define STDIOH_ #pragma push_safeptr #include /* this must get fixed */ #define _need_NULL #define _need_size_t #include "sys/stdtypes.h" #undef _need
www.eeworm.com/read/130105/5964736

c stdio.c

/* stdio.c * * (C) Copyright Dec 19 1998, Edmond J. Breen. * ALL RIGHTS RESERVED. * This code may be copied for personal, non-profit use only. * */ /* This file is broken into 2 par
www.eeworm.com/read/130105/5964779

h stdio.h

#ifndef STDIOH_ #define STDIOH_ #pragma push_safeptr #include /* this must get fixed */ #define _need_NULL #define _need_size_t #include "sys/stdtypes.h" #undef _need
www.eeworm.com/read/130105/5964782

h stdio.h

/* This header file is machine generated. Modify EiC/config/genstdio.c, or the target independent source files it reads, in order to modify this file. Any direct modifications to this file wil
www.eeworm.com/read/130105/5965101

h stdio.h

#ifndef STDIOH_ #define STDIOH_ #pragma push_safeptr #include /* this must get fixed */ #define _need_NULL #define _need_size_t #include "sys/stdtypes.h" #undef _need
www.eeworm.com/read/130105/5965104

h stdio.h

/* This header file is machine generated. Modify EiC/config/genstdio.c, or the target independent source files it reads, in order to modify this file. Any direct modifications to this file wil
www.eeworm.com/read/129924/5966045

h __stdio.h

typedef pthread_fpos_t fpos_t; #ifndef _SIZE_T #define _SIZE_T typedef pthread_size_t size_t; #endif
www.eeworm.com/read/129924/5966059

h __stdio.h

#include #ifdef _BSD_SIZE_T_ typedef _BSD_SIZE_T_ size_t; #undef _BSD_SIZE_T_ #endif typedef pthread_fpos_t fpos_t; /* Must match off_t */