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

« back to all changes in this revision

Viewing changes to libc/pmstring/strncasecmp_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:
27
27
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
28
  POSSIBILITY OF SUCH DAMAGE. */
29
29
 
30
 
/* $Id: strncasecmp_P.S,v 1.9.2.1 2009/04/01 23:11:55 arcanum Exp $ */
 
30
/* $Id: strncasecmp_P.S 2191 2010-11-05 13:45:57Z arcanum $ */
31
31
 
32
32
/*
33
33
   strncasecmp_P.S
56
56
    strncasecmp_P() is that if \p s1 is an initial substring of \p s2,
57
57
    then \p s1 is considered to be "less than" \p s2.  */
58
58
 
 
59
 
 
60
#if !defined(__AVR_TINY__)
 
61
 
59
62
#if !defined(__DOXYGEN__)
60
63
 
61
64
#include "macros.inc"
108
111
        .size   _U(strncasecmp_P), . - _U(strncasecmp_P)
109
112
 
110
113
#endif /* not __DOXYGEN__ */
 
114
 
 
115
#endif /* !defined(__AVR_TINY__) */