代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/248211/4470640
c printf-stdarg.c
/*
Copyright 2001, 2002 Georges Menie (www.menie.org)
stdarg version contributed by Christian Ettinger
This program is free software; you can redistribute it and/or modify
it under the term
www.eeworm.com/read/243058/4533040
h sm_printf.h
//***************************************************************
// Modulname: $Source: $
// User: $Author: $
// Version: $Name: $ $Revision: $
// Datum: $Date: $
// Qual
www.eeworm.com/read/240162/4580701
c printf1.c
// { dg-do assemble }
// { dg-options "-Wall" }
struct a
{
void x(char *f,...) __attribute__((format(printf,2,3)));
};
int main()
{
a A;
A.x("%d"); // { dg-warning "" } too few arguments for
www.eeworm.com/read/237551/4623769
c printf_fphex.c
/* Print floating point number in hexadecimal notation according to ISO C99.
Copyright (C) 2000, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library
www.eeworm.com/read/237551/4625844
c nldbl-printf.c
#include "nldbl-compat.h"
int
attribute_hidden
printf (const char *fmt, ...)
{
va_list arg;
int done;
va_start (arg, fmt);
done = __nldbl_vfprintf (stdout, fmt, arg);
va_end (arg);
retu
www.eeworm.com/read/237551/4626061
c printf_fphex.c
/* Print floating point number in hexadecimal notation according to ISO C99.
Copyright (C) 1997,1998,1999,2000,2001,2002,2004,2006
Free Software Foundation, Inc.
This file is part of the GNU C
www.eeworm.com/read/237551/4626134
c printf_fphex.c
/* Print floating point number in hexadecimal notation according to
ISO C99.
Copyright (C) 1997, 1998, 1999, 2000, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/237551/4626316
c printf_fphex.c
/* Print floating point number in hexadecimal notation according to ISO C99.
Copyright (C) 1997, 1998, 1999, 2000, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/237551/4627172
c printf_fphex.c
/* Print floating point number in hexadecimal notation according to ISO C99.
Copyright (C) 1997,1998,1999,2000,2001,2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/233448/4673519
c printf1.c
// { dg-do assemble }
// { dg-options "-Wall" }
struct a
{
void x(char *f,...) __attribute__((format(printf,2,3)));
};
int main()
{
a A;
A.x("%d"); // { dg-warning "" } too few arguments for