代码搜索:stdio

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

代码结果 10,000
www.eeworm.com/read/478822/1349345

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 parts * th
www.eeworm.com/read/477840/1357730

h _stdio.h

#include #include /* flag to describe additional control */ #define F_ALTFORM 0x0001 /* alternate form, e.g. %#x */ #define F_LONG 0x0002 /* long modifier, e.g. %ld */
www.eeworm.com/read/477613/1359976

c stdio.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/476610/1367825

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; unsig
www.eeworm.com/read/476610/1367843

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; unsi
www.eeworm.com/read/476610/1367858

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 ch
www.eeworm.com/read/475888/1379118

h stdio.h

/* * @(#)stdio.h 1.15 06/10/10 * * Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * This program is free
www.eeworm.com/read/475306/1384725

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/470693/1455357

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/470693/1467102

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