/[avr-libc]/avr-libc/libc/stdlib/atoi.S
ViewVC logotype

Diff of /avr-libc/libc/stdlib/atoi.S

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

revision 1.7 by troth, Tue Sep 30 23:05:18 2003 UTC revision 1.8 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 58  Line 58 
58             except that atoi() does not detect errors.                   except that atoi() does not detect errors.      
59  */  */
60    
61  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
62    
63          .text          .text
64          .global _U(atoi)          .global _U(atoi)
# Line 132  _U(atoi): Line 132  _U(atoi):
132  .atoi_end:  .atoi_end:
133          .size _U(atoi), .atoi_end - _U(atoi)          .size _U(atoi), .atoi_end - _U(atoi)
134    
135  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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