代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/391748/8380178
c printf-args.c
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Decomposed printf argument list.
Copyright (C) 1999, 2002-2003, 2005-2007 Free Software Foundation, Inc.
www.eeworm.com/read/391748/8380400
h printf-parse.h
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Parse printf format string.
Copyright (C) 1999, 2002-2003, 2005, 2007 Free Software Foundation, Inc.
www.eeworm.com/read/391748/8380420
h printf-args.h
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Decomposed printf argument list.
Copyright (C) 1999, 2002-2003, 2006-2007 Free Software Foundation, Inc.
www.eeworm.com/read/391748/8380650
c printf-parse.c
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Formatted output to strings.
Copyright (C) 1999-2000, 2002-2003, 2006-2008 Free Software Foundation, Inc
www.eeworm.com/read/191918/8416818
h printf_p.h
#ifndef _PRINTF_P_H_
#define _PRINTF_P_H_
#include "config.h"
#if (USE_NEWLIB == 1) //use newlib
#include
#elif (CONSOLE_API_PRINTF == 1) //OWN_PRINTF
#include "consol.h"
#def
www.eeworm.com/read/391139/8419977
h printf_p.h
#ifndef _PRINTF_P_H_
#define _PRINTF_P_H_
extern void _printf_P (char const *fmt0, ...);
#define printf(format, args...) _printf_P(format , ## args)
#endif
www.eeworm.com/read/391139/8419983
c printf_p.c
/*
Copyright (C) 1993 Free Software Foundation
This file is part of the GNU IO Library. This library is free
software; you can redistribute it and/or modify it under the
terms of the GNU Gener
www.eeworm.com/read/389399/8524160
h printf_p.h
#ifndef _PRINTF_P_H_
#define _PRINTF_P_H_
extern void _printf_P (char const *fmt0, ...);
#define printf(format, args...) _printf_P(format , ## args)
#endif