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

« back to all changes in this revision

Viewing changes to libc/pmstring/strncpy_P.S

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-08-09 11:28:01 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20070809112801-eckgt4nmkwhxgiye
Tags: upstream-1.4.6
ImportĀ upstreamĀ versionĀ 1.4.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2002, 2005, 2006 Marek Michalkiewicz
 
1
/* Copyright (c) 2002, 2005, 2006, 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: strncpy_P.S,v 1.6.2.1 2006/03/04 08:09:31 aesok Exp $ */
 
29
/* $Id: strncpy_P.S,v 1.6.2.2 2007/01/23 15:34:58 joerg_wunsch Exp $ */
30
30
 
31
31
#include "macros.inc"
32
32
 
38
38
#define len_lo r20
39
39
 
40
40
 
 
41
/** \file */
 
42
 
41
43
/** \ingroup avr_pgmspace
42
44
    \fn char *strncpy_P(char *dest, PGM_P src, size_t n)
43
45