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

« back to all changes in this revision

Viewing changes to libc/pmstring/strncmp_P.S

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2011-07-10 16:46:05 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110710164605-ep63eoyyxuspbxwt
Tags: 1:1.7.1-1
* New upstream release (closes: #626119)
* Now build-depends on doxygen-latex (closes: #616199)

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: strncmp_P.S,v 1.8.2.1 2009/04/01 23:11:55 arcanum Exp $ */
 
29
/* $Id: strncmp_P.S 2191 2010-11-05 13:45:57Z arcanum $ */
30
30
 
31
31
/** \file */
32
32
/** \ingroup avr_pgmspace
39
39
    or greater than zero if s1 (or the first n bytes thereof) is found,
40
40
    respectively, to be less than, to match, or be greater than s2.  */
41
41
 
 
42
#if !defined(__AVR_TINY__)
 
43
 
42
44
#if !defined(__DOXYGEN__)
43
45
 
44
46
#include "macros.inc"
79
81
        .size   _U(strncmp_P), .L_strncmp_P_end - _U(strncmp_P)
80
82
 
81
83
#endif /* not __DOXYGEN__ */
 
84
 
 
85
#endif /* !defined(__AVR_TINY__) */