Parent Directory
|
Revision Log
|
Patch
| revision 1.5 by troth, Thu Oct 9 17:20:30 2003 UTC | revision 1.6 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC | |
|---|---|---|
| # | Line 41 | Line 41 |
| 41 | \returns The strlen() function returns the number of characters in | \returns The strlen() function returns the number of characters in |
| 42 | src. */ | src. */ |
| 43 | ||
| 44 | #if !defined(DOXYGEN) | #if !defined(__DOXYGEN__) |
| 45 | ||
| 46 | ; 10 words, (14 + strlen(src) * 5) cycles | ; 10 words, (14 + strlen(src) * 5) cycles |
| 47 | ||
| # | Line 64 _U(strlen): | Line 64 _U(strlen): |
| 64 | .strlen_end: | .strlen_end: |
| 65 | .size _U(strlen), .strlen_end - _U(strlen) | .size _U(strlen), .strlen_end - _U(strlen) |
| 66 | ||
| 67 | #endif /* not DOXYGEN */ | #endif /* not __DOXYGEN__ */ |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |