代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/353256/10459163
cpp marker.cpp
/*++*
* Copyright (c) 1997 University of British Columbia. All rights reserved.
*
* File: marker.c
* Pourpose: contains the marker Library which used to set the header
www.eeworm.com/read/279126/10462082
c tip.c
/*****************************************************************************/
/*
* tip.c -- simple tip/cu program.
*
* (C) Copyright 1999, Greg Ungerer (gerg@lineo.com).
* (C) Copyright
www.eeworm.com/read/353194/10465009
c jsgc.c
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=8 sw=4 et tw=78:
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents
www.eeworm.com/read/278864/10501433
c test-lswlr.c
#include
void
main(void)
{
char str[] = "Hello world...";
fprintf(stdout, "str = %s\n", str);
exit(0);
}
www.eeworm.com/read/352806/10505014
c util.c
/****************************************************/
/* File: util.c */
/* Utility function implementation */
/* for the TINY compiler
www.eeworm.com/read/278766/10510835
c heartbeat.c
/*
* heatbeat.c -- flash NumLock in an hearthbeat fashion
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file
www.eeworm.com/read/278764/10511306
c setconsole.c
/*
* setconsole.c -- choose a console to receive kernel messages
*/
#include
#include
#include
#include
#include
#include
int mai
www.eeworm.com/read/278764/10511315
c mapper.c
/*
* mapper.c -- simple file that mmap()s a file region and prints it
*/
#include
#include
#include
#include
#include
#include
int
www.eeworm.com/read/278764/10511331
c outp.c
/*
* outp.c -- write all the ports specified in hex on the command line.
* The program uses the faster ioperm/iopl calls on x86, /dev/port
* on other platforms. The program acts as outb/ou
www.eeworm.com/read/278764/10511340
c heartbeat.c
/*
* heatbeat.c -- flash NumLock in an hearthbeat fashion
*/
#include
#include
#include
#include
#include
#include
#include