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

« back to all changes in this revision

Viewing changes to libc/string/strncat.S

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-08-09 11:28:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809112801-ps7wognnynio9kz7
Tags: 1:1.4.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2002, Marek Michalkiewicz
 
1
/* Copyright (c) 2002, 2007 Marek Michalkiewicz
2
2
   All rights reserved.
3
3
 
4
4
   Redistribution and use in source and binary forms, with or without
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: strncat.S,v 1.5 2005/10/30 19:36:53 aesok Exp $ */
 
29
/* $Id: strncat.S,v 1.5.2.1 2007/01/23 15:34:58 joerg_wunsch Exp $ */
30
30
 
31
31
#include "macros.inc"
32
32
 
37
37
#define len_hi r21
38
38
#define len_lo r20
39
39
 
 
40
/** \file */
 
41
 
40
42
/** \ingroup avr_string
41
43
    \fn char *strncat(char *dest, const char *src, size_t len)
42
44
    \brief Concatenate two strings.