代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/183997/9126558
h stdio.h
/*
** STDIO.H -- Standard Small C Definitions.
*/
extern char _iob[];
#define exit OS_exit
#define fopen OS_fopen
#define fgetc OS_fgetc
#define fputc OS_fputc
#define fclose OS_fclose
#d
www.eeworm.com/read/380728/9132310
h stdio.h
/************************************************************************
*
* stdio.h
*
* STDIO library header file
*
*
* ##############################################################
www.eeworm.com/read/183756/9141868
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
www.eeworm.com/read/281461/9154715
h stdio.h
www.eeworm.com/read/181851/9234627
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.01 */
/* Copyright (c) 1993-1999 Texas Instru
www.eeworm.com/read/378233/9239974
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/378224/9240566
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/376414/9318026
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.09 */
/* Copyright (c) 1993-2003 Texas Instru