代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/162614/5527227
x 930513-1.x
# sprintf() does not support %f on m6811/m6812 target.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
return 1
}
return 0
www.eeworm.com/read/162614/5527250
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/161845/5549622
c dump_fstab.c
/*
* Roadrunner/pk
* Copyright (C) 1989-2001 Cornfed Systems, Inc.
*
* The Roadrunner/pk operating system is free software; you can
* redistribute and/or modify it under the terms of the G
www.eeworm.com/read/161845/5549632
c dump_proctab.c
/*
* Roadrunner/pk
* Copyright (C) 1989-2002 Cornfed Systems, Inc.
*
* The Roadrunner/pk operating system is free software; you can
* redistribute and/or modify it under the terms of the G
www.eeworm.com/read/161121/5557350
c mca.c
/*
* linux/arch/i386/kernel/mca.c
* Written by Martin Kolinek, February 1996
*
* Changes:
*
* Chris Beauregard July 28th, 1996
* - Fixed up integrated SCSI detection
*
* Chris Beauregard Au
www.eeworm.com/read/160303/5574886
c ipv4.c
/*
Copyright (c) 2003,2004 Jeremy Kerr & Rusty Russell
This file is part of nfsim.
nfsim is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License
www.eeworm.com/read/159328/5584741
c tmwrb.c
/*
* +-------------------------------------------------------------------+
* | Copyright (c) 1995,2000 TriMedia Technologies Inc. |
* |
www.eeworm.com/read/159328/5584752
c tmsei.c
/*
* +-------------------------------------------------------------------+
* | Copyright (c) 1995,2000 TriMedia Technologies Inc. |
* |
www.eeworm.com/read/159328/5584763
c tmsea.c
/*
* +-------------------------------------------------------------------+
* | Copyright (c) 1995,2000 TriMedia Technologies Inc. |
* |
www.eeworm.com/read/159169/5587968
java logformatter.java
/*
* @(#)LogFormatter.java ver 1.2 6/20/2005
*
* Copyright 2005 Weishuai Yang (wyang@cs.binghamton.edu).
* All rights reserved.
*
*/
package gps.util;
import java.io.PrintWriter;