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

« back to all changes in this revision

Viewing changes to libc/stdio/fputs_p.c

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2011-07-14 11:15:32 UTC
  • mfrom: (1.1.10 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110714111532-e83i3vqdowgxw8lv
Tags: 1:1.7.1-2
include/util/delay.h.in: Add math.h to list of includes (closes:
#633822)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  POSSIBILITY OF SUCH DAMAGE.
28
28
*/
29
29
 
30
 
/* $Id: fputs_p.c,v 1.5.4.1 2009/04/01 23:11:58 arcanum Exp $ */
 
30
/* $Id: fputs_p.c 2191 2010-11-05 13:45:57Z arcanum $ */
 
31
 
 
32
#if !defined(__AVR_TINY__)
31
33
 
32
34
#include <stdio.h>
33
35
#include <avr/pgmspace.h>
56
58
 
57
59
        return rv;
58
60
}
 
61
 
 
62
#endif /* !defined(__AVR_TINY__) */