代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/408126/11404992
c dealstring.c
#include "MyFtpSvr.h"
void PortToStr(char *szSvrMsg, short int Port)
{
int iLen;
unsigned char cL,cH;
cL=*((char *)&Port);
cH=*((char *)&Port+1);
iLen=strlen(szSvrMsg);
sprintf(szSvrMs
www.eeworm.com/read/127382/14357204
c request.c
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
www.eeworm.com/read/470720/1450574
c 920810-1.c
#include
double normalize(x)double x;{if(x==0)x=0;return x;}
main(){char b[9];sprintf(b,"%g",normalize(-0.0));if(strcmp(b,"0"))abort();exit(0);}
www.eeworm.com/read/470693/1462520
c 920810-1.c
#include
double normalize(x)double x;{if(x==0)x=0;return x;}
main(){char b[9];sprintf(b,"%g",normalize(-0.0));if(strcmp(b,"0"))abort();exit(0);}
www.eeworm.com/read/460691/1558580
pm filter.pm
package HTML::Filter;
require HTML::Parser;
@ISA=qw(HTML::Parser);
$VERSION = sprintf("%d.%02d", q$Revision: 2.4 $ =~ /(\d+)\.(\d+)/);
sub declaration { $_[0]->output("") }
sub
www.eeworm.com/read/240162/4588379
c 920810-1.c
#include
double normalize(x)double x;{if(x==0)x=0;return x;}
main(){char b[9];sprintf(b,"%g",normalize(-0.0));if(strcmp(b,"0"))abort();exit(0);}
www.eeworm.com/read/233448/4682325
c 920810-1.c
#include
double normalize(x)double x;{if(x==0)x=0;return x;}
main(){char b[9];sprintf(b,"%g",normalize(-0.0));if(strcmp(b,"0"))abort();exit(0);}
www.eeworm.com/read/190666/5178301
c 920810-1.c
#include
double normalize(x)double x;{if(x==0)x=0;return x;}
main(){char b[9];sprintf(b,"%g",normalize(-0.0));if(strcmp(b,"0"))abort();exit(0);}