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

« back to all changes in this revision

Viewing changes to libc/string/strtok_r.S

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2008-08-10 09:59:16 UTC
  • mfrom: (1.2.1 upstream) (8 intrepid)
  • mto: (4.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20080810095916-7ku06pjsfia3hz16
Added build-depends on texlive-extra-utils (closes: #493454)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2003, Reiner Patommel
 
1
/* Copyright (c) 2003, 2007 Reiner Patommel
2
2
   All rights reserved.
3
3
 
4
4
   Redistribution and use in source and binary forms, with or without
28
28
 
29
29
*/
30
30
 
31
 
/* $Id: strtok_r.S,v 1.5 2005/11/02 22:08:03 aesok Exp $ */
 
31
/* $Id: strtok_r.S,v 1.6 2007/01/23 15:32:48 joerg_wunsch Exp $ */
 
32
 
 
33
/** \file */
32
34
 
33
35
/** \ingroup avr_string
34
36
    \fn char *strtok_r(char *string, const char *delim, char **last)