代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/442570/1758277
c stdio.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/440906/1773392
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/440906/1785312
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/438718/1822608
h stdio.h
#ifndef __332_STDIO_H
#define __332_STDIO_H
#include
#include
#include "libc_segments.h"
#ifndef NULL
/* #define NULL ((void *) 0) */
#define NULL 0
#endif
#define BUFSIZ 1
www.eeworm.com/read/436051/1855132
h stdio.h
/*
revision:
2002-5-28: remove printf_end by wangwenyan
*/
#ifndef _STDIO_H_
#define _STDIO_H_
#include "_ansi.h"
#define _FSTDIO /* ``function stdio'' */
#define __need_size_t
#inc
www.eeworm.com/read/435707/1861122
c stdio.c
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistri
www.eeworm.com/read/435707/1861187
h _stdio.h
#ifndef _STDIO_H
#define _STDIO_H
#include
#include
#include
typedef struct {
int fd; // Underlying file descriptor
unsigned char bufmode; // Buffering mode
www.eeworm.com/read/435707/1861189
h stdio.h
/* $OpenBSD: stdio.h,v 1.9 1997/11/29 20:01:03 millert Exp $ */
/* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* A
www.eeworm.com/read/432474/1892281
c stdio.c
/* stdio.c - internal misc. routines for stdio.h */
/* Copyright 1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,20sep92,smb documentation additions
01a,29jul92,sm