代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/364251/7075585
c xpath1.c
/**
* section: XPath
* synopsis: Evaluate XPath expression and prints result node set.
* purpose: Shows how to evaluate XPath expression and register
* known namespaces in XPath con
www.eeworm.com/read/364251/7075614
c includegetattribute.c
#include
#include
#include
#include
void
getReference (xmlDocPtr doc, xmlNodePtr cur) {
xmlChar *uri;
cur
www.eeworm.com/read/364251/7075622
c includekeyword.c
#include
#include
#include
#include
void
parseStory (xmlDocPtr doc, xmlNodePtr cur) {
xmlChar *key;
cur =
www.eeworm.com/read/364251/7075660
c includeaddattribute.c
#include
#include
#include
#include
xmlDocPtr
parseDoc(char *docname, char *uri) {
xmlDocPtr doc;
xmlNode
www.eeworm.com/read/364251/7075923
c xpath.c
/*
* xpath.c: XML Path Language implementation
* XPath is a language for addressing parts of an XML document,
* designed to be used by both XSLT and XPointer
*f
* Reference: W3C
www.eeworm.com/read/364251/7075948
c xmlregexp.c
/*
* regexp.c: generic and extensible Regular Expression engine
*
* Basically designed with the purpose of compiling regexps for
* the variety of validation/shemas mechanisms now available in
*
www.eeworm.com/read/364251/7076032
c testc14n.c
/*
* Canonical XML implementation test program
* (http://www.w3.org/TR/2001/REC-xml-c14n-20010315)
*
* See Copyright for the status of this software.
*
* Author: Aleksey Sanin
www.eeworm.com/read/101065/7083798
c conv.c
/******************************************************************
Update by chenxu 2000-12-7
This file is to genarate SQL * loader file from DBF.
input : data control file.
output: data.txt,
www.eeworm.com/read/387591/7085878
c p10.4.c
#include
#include
int main ()
{
FILE* fs = popen ("sort", "w");
if(fs==NULL){
perror("call popen function fail");
return 1;
}
fprintf (fs, "This is a