/[avr-libc]/avr-libc/libc/string/memcpy.S
ViewVC logotype

Diff of /avr-libc/libc/string/memcpy.S

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by troth, Tue Sep 30 23:05:18 2003 UTC revision 1.5 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 45  Line 45 
45    
46      \returns The memcpy() function returns a pointer to dest.  */      \returns The memcpy() function returns a pointer to dest.  */
47    
48  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
49    
50          .text          .text
51          .global _U(memcpy)          .global _U(memcpy)
# Line 83  _U(memcpy): Line 83  _U(memcpy):
83  .memcpy_end:  .memcpy_end:
84          .size   _U(memcpy), .memcpy_end - _U(memcpy)          .size   _U(memcpy), .memcpy_end - _U(memcpy)
85    
86  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26