代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/230647/4720653
h stdio.h
/***
*stdio.h - definitions/declarations for standard I/O routines
*
* Copyright (c) 1985-1999, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the struct
www.eeworm.com/read/230613/4721167
h stdio.h
#ifndef _STDIO_H
#define _STDIO_H
#include "types.h"
#ifndef _VALIST
#define _VALIST
typedef char *va_list;
#endif /* _VALIST */
extern int vsnprintf(char *buf, size_t size, const char *fmt, va_li
www.eeworm.com/read/229812/4740969
mh stdio.mh
/**************************************************************************
* FILE: stdio.h/cstdio (Standard I/O functions)
*
:include crwatqnx.sp
*
* Description: This header is part of the
www.eeworm.com/read/229812/4746074
c stdio.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229511/4754983
h stdio.h
#ifndef _STDIO_H_
#define _STDIO_H_
#include "_ansi.h"
#define _FSTDIO /* ``function stdio'' */
#define __need_size_t
#include
#define __need___va_list
#include
www.eeworm.com/read/229511/4755016
h stdio.h
/* Revision history:
* 2004-3-18 modify size_t define by wenyan
*/
/*
* stdio.h - input/output definitions
*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See t
www.eeworm.com/read/229062/4760102
c stdio.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ====================================================
www.eeworm.com/read/227344/4775370
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/226936/4778542
c stdio.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/224327/4804027
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