代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/109983/15543964
cpp salewin4.cpp
#include
#include
#include
#include "salewin.h"
#include "sysinfo.h"
//写本地数据库。
int
SaleWin::WriteLDB()
{
if(WriteSales()==L_ERROR)
{
return L_ERROR;
}
www.eeworm.com/read/106131/15646916
c main.c
/*
**********************************************************************
* Micrium, Inc.
* 949 Crestview Circle
* Weston, FL 33327-1
www.eeworm.com/read/106111/15647782
c exec.c
#include
#include
#include
#include "iofn.h"
static char outbuf[128];
void token_func(int argc,char *argv[])
{
int i;
char tmp_buf[512];
/* in
www.eeworm.com/read/105832/15658231
c fopenv.c
/* fopenv.c : this function attempts to open a file based on the
* environment variable if an fopen in the current directory fails.
* The environment string can have ";" as separators for multip
www.eeworm.com/read/104562/15689882
txt matrix4.txt
武汉白云黄鹤站∶精华区武汉白云黄鹤站∶精华区
发信人: sweeping (simon), 信区: Algorithm WWW-POST
标 题: 一些矩阵源码
发信站: 武汉白云黄鹤站 (Fri Nov 9 08:37:07 2001) , 转信
// testbedDoc.cpp : implementation of the CTestbedDoc class
/
www.eeworm.com/read/104053/15711607
c whattime.c
/* This is a trivial uptime program. I hereby release this program
* into the public domain. I disclaim any responsibility for this
* program --- use it at your own risk. (as if there were any..
www.eeworm.com/read/103960/15715793
c tdaemon2.c
#include "ourhdr.h"
int
main(void)
{
char *ptr, buff[MAXLINE];
daemon_init();
close(0);
close(1);
close(2);
ptr = getlogin();
sprintf(buff, "login name: %s\n",
(ptr == NULL) ? "(empty)
www.eeworm.com/read/103841/15718948
c exec.c
#include
#include
#include
#include "iofn.h"
static char outbuf[128];
void showtestpara(int argc,char *argv[])
{
int i;
char tmp_buf[512];
www.eeworm.com/read/103277/15738023
y server.y
%{
/*==========================================================
* Program : server.y Project : smslink
* Author : Philippe Andersson.
* Date : 02/12/99
* Version : 0.35b
www.eeworm.com/read/102760/15759517
c dsq_filter.c
/*=============================================================
功能:
代授权查询
作者:
王永忠:2001/03/25:规范程序设计
王永忠:2001/04/05:增加代授权商户配置文件查询函数
=======================================================