~ubuntu-branches/ubuntu/saucy/avr-libc/saucy

« back to all changes in this revision

Viewing changes to libc/pmstring/strsep_P.S

  • 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:
29
29
 
30
30
 */
31
31
 
32
 
/* $Id: strsep_P.S,v 1.1.4.1 2009/04/01 23:11:56 arcanum Exp $ */
 
32
/* $Id: strsep_P.S 2191 2010-11-05 13:45:57Z arcanum $ */
33
33
 
34
34
/** \file */
35
35
 
52
52
    value of \p *sp. If \p *sp is initially \c NULL, strsep_P() returns
53
53
    \c NULL.    */
54
54
     
 
55
 
 
56
#if !defined(__AVR_TINY__)
 
57
 
55
58
#if !defined(__DOXYGEN__)
56
59
 
57
60
#include "macros.inc"
100
103
 
101
104
        .size   _U(strsep_P), . - _U(strsep_P)
102
105
#endif /* not __DOXYGEN__ */
 
106
 
 
107
#endif /* !defined(__AVR_TINY__) */