代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/248727/4464789
inl stdio.inl
#ifndef CYGONCE_LIBC_STDIO_STDIO_INL
#define CYGONCE_LIBC_STDIO_STDIO_INL
//===========================================================================
//
// stdio.inl
//
// ANSI stand
www.eeworm.com/read/247605/4479271
h stdio.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: stdio.h,v 1.7.8.3 2004/07/09 01:45:31 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
*
www.eeworm.com/read/247605/4479309
cpp stdio.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: stdio.cpp,v 1.5.32.3 2004/07/09 01:45:47 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
*
www.eeworm.com/read/246048/4498202
c stdio.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/244052/4512926
h stdio.h
#ifndef _STDIO_H
#define _STDIO_H
extern int getc(void);
extern int putc(int ch);
extern int sprintf(char *buf, const char *fmt, ...);
extern int printf(const char *fmt, ...);
#endif
www.eeworm.com/read/244052/4512971
c stdio.c
#include
#include
#include
extern int vsprintf(char *buff, const char *fmt, va_list args);
int printf(const char *fmt, ...){
int n;
char buff[1024];
va_list args
www.eeworm.com/read/243630/4520464
c stdio.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/242732/4537768
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/241253/4561145
c stdio.c
/* $Id: stdio.c,v 1.3 2002/08/09 20:56:59 pefo Exp $ */
/*
* Copyright (c) 2000-2002 Opsycon AB (www.opsycon.se)
*
* Redistribution and use in source and binary forms, with or without
* modific
www.eeworm.com/read/240943/4565023
h stdio.h
#ifndef _NEWLIB_STDIO_H
#define _NEWLIB_STDIO_H
#include
#include
/* Internal locking macros, used to protect stdio functions. In the
general case, expand to nothing.