代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/410898/2199714
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/410898/2199732
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/410898/2199750
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/410339/2212722
h stdio.h
/* Optimizing macros and inline functions for stdio functions.
Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free
www.eeworm.com/read/409921/2220304
h stdio.h
/*
* stdio.h
* This file has no copyright assigned and is placed in the Public Domain.
* This file is a part of the mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER
www.eeworm.com/read/408818/2245249
c stdio.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/408009/2255027
h a_stdio.h
/* a_stdio.h, from agl@glas2.glas.apc.org (Anton Tropashko)
// patch applied by HWL 18/7/94
*/
#ifndef A_STDIO_H
#define A_STDIO_H
#include
#define H 64000
int a_print(char *, int, FIL
www.eeworm.com/read/408009/2255033
g a_stdio.g
/* $Id: a_stdio.g,v 1.1 1994/09/26 07:58:23 howcome Exp $
// AGL(C) 1994
*/
#include
#include "a_stdio.h"
static char e_null[] = {
0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,
0x88, 0x
www.eeworm.com/read/408009/2255044
c a_stdio.c
/* $Id: a_stdio.g,v 1.1 1994/09/26 07:58:23 howcome Exp $
// AGL(C) 1994
*/
#include
#include "a_stdio.h"
static char e_null[] = {
0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,
0x88, 0x
www.eeworm.com/read/405664/2286217
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