~ubuntu-branches/ubuntu/wily/avr-libc/wily-proposed

« back to all changes in this revision

Viewing changes to libc/stdio/vfprintf_p.c

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2009-10-31 11:52:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091031115210-crjd42sn6ezrj52c
Tags: 1:1.6.7-1
* New upstream relese (closes: #544030)
* Added lintian overrides (closes: #553265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27
27
  POSSIBILITY OF SUCH DAMAGE. */
28
28
 
29
 
/* $Id: vfprintf_p.c,v 1.1 2003/10/16 20:39:48 troth Exp $ */
 
29
/* $Id: vfprintf_p.c,v 1.1.10.1 2009/04/01 23:12:06 arcanum Exp $ */
30
30
 
31
31
#include <stdarg.h>
32
32
#include <stdio.h>
33
 
 
 
33
#include "sectionname.h"
34
34
#include "stdio_private.h"
35
35
 
 
36
ATTRIBUTE_CLIB_SECTION
36
37
int
37
38
vfprintf_P (FILE *stream, const char *fmt, va_list ap)
38
39
{