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

« back to all changes in this revision

Viewing changes to libc/pmstring/strlcat_P.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:
2
2
   AVR LIBC
3
3
   strlcat()
4
4
 
5
 
   Copyright (c) 2003, 2005, 2006 Eric B. Weddington, R. Patommel
 
5
   Copyright (c) 2003, 2005, 2006, 2007 Eric B. Weddington, R. Patommel
6
6
   All rights reserved.
7
7
 
8
8
   Redistribution and use in source and binary forms, with or without
32
32
 
33
33
*/
34
34
 
35
 
/* $Id: strlcat_P.S,v 1.5.2.1 2006/03/04 08:09:31 aesok Exp $ */
 
35
/* $Id: strlcat_P.S,v 1.5.2.2 2007/01/23 15:34:58 joerg_wunsch Exp $ */
 
36
 
 
37
/** \file */
36
38
 
37
39
/** \ingroup avr_pgmspace
38
40
    \fn size_t strlcat_P (char *dst, PGM_P, size_t siz)