printf-args.c | printf-args.c | |||
---|---|---|---|---|
/* Decomposed printf argument list. | /* Decomposed printf argument list. | |||
Copyright (C) 1999, 2002-2003, 2005-2007, 2009-2010 Free Software | Copyright (C) 1999, 2002-2003, 2005-2007, 2009-2014 Free Software | |||
Foundation, Inc. | Foundation, Inc. | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU Lesser General Public License as published by | it under the terms of the GNU Lesser General Public License as published by | |||
the Free Software Foundation; either version 2, or (at your option) | the Free Software Foundation; either version 2, or (at your option) | |||
any later version. | any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU Lesser General Public License for more details. | GNU Lesser General Public License for more details. | |||
You should have received a copy of the GNU Lesser General Public License along | You should have received a copy of the GNU Lesser General Public License along | |||
with this program; if not, write to the Free Software Foundation, | with this program; if not, see <http://www.gnu.org/licenses/>. */ | |||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ | ||||
/* This file can be parametrized with the following macros: | /* This file can be parametrized with the following macros: | |||
ENABLE_UNISTDIO Set to 1 to enable the unistdio extensions. | ENABLE_UNISTDIO Set to 1 to enable the unistdio extensions. | |||
PRINTF_FETCHARGS Name of the function to be defined. | PRINTF_FETCHARGS Name of the function to be defined. | |||
STATIC Set to 'static' to declare the function static. */ | STATIC Set to 'static' to declare the function static. */ | |||
#ifndef PRINTF_FETCHARGS | #ifndef PRINTF_FETCHARGS | |||
# include <config.h> | # include <config.h> | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |