~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to libc/stdio/snprintf_p.c

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2009-10-31 11:52:10 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20091031115210-crjd42sn6ezrj52c
* New upstream relese (closes: #544030)
* Added lintian overrides (closes: #553265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  POSSIBILITY OF SUCH DAMAGE.
28
28
*/
29
29
 
30
 
/* $Id: snprintf_p.c,v 1.2 2007/03/17 23:10:56 dmix Exp $ */
 
30
/* $Id: snprintf_p.c,v 1.2.2.1 2009/04/01 23:12:00 arcanum Exp $ */
31
31
 
32
32
#include <limits.h>
33
33
#include <stdarg.h>
34
34
#include <stdio.h>
 
35
#include "sectionname.h"
35
36
 
 
37
ATTRIBUTE_CLIB_SECTION
36
38
int
37
39
snprintf_P(char *s, size_t n, const char *fmt, ...)
38
40
{