代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/124347/6051023
h stdio.h
#ifndef _NEWLIB_STDIO_H
#define _NEWLIB_STDIO_H
/* Internal locking macros, used to protect stdio functions. In the
linux case, expand to flockfile, and funlockfile, both defined in
LinuxThrea
www.eeworm.com/read/124347/6051803
tex stdio.tex
@node Stdio
@chapter Input and Output (@file{stdio.h})
This chapter comprises functions to manage files
or other input/output streams. Among these functions are subroutines
to generate or scan strin
www.eeworm.com/read/124347/6051840
c stdio.c
/* No user fns here. Pesch 15apr92. */
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permi
www.eeworm.com/read/124347/6051863
h stdio.h
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
www.eeworm.com/read/124347/6051867
h stdio.h
#ifndef _NEWLIB_STDIO_H
#define _NEWLIB_STDIO_H
/* Internal locking macros, used to protect stdio functions. In the
general case, expand to nothing. */
#if !defined(_flockfile)
# define _flockfi
www.eeworm.com/read/124109/6056028
h stdio.h
/*-------------------------------------------------------------------------
stdio.h - ANSI functions forward declarations
Written By - Sandeep Dutta . sandeep.dutta@usa.net (1998)
www.eeworm.com/read/123322/6060589
cdl stdio.cdl
# ====================================================================
#
# stdio.cdl
#
# C library stdio related configuration data
#
# ======================================================
www.eeworm.com/read/123322/6060662
h stdio.h
#ifndef CYGONCE_LIBC_STDIO_H
#define CYGONCE_LIBC_STDIO_H
//========================================================================
//
// stdio.h
//
// ISO C standard I/O routines - with so
www.eeworm.com/read/123322/6060663
inl stdio.inl
#ifndef CYGONCE_LIBC_STDIO_INL
#define CYGONCE_LIBC_STDIO_INL
//===========================================================================
//
// stdio.inl
//
// ANSI standard I/O routines -
www.eeworm.com/read/121089/6069340
h stdio.h
/***
*stdio.h - definitions/declarations for standard I/O routines
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the structures, v