Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by troth, Tue Sep 30 23:05:18 2003 UTC | revision 1.4 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC | |
|---|---|---|
| # | Line 39 | Line 39 |
| 39 | ||
| 40 | \returns The strlen() function returns the number of characters in src. */ | \returns The strlen() function returns the number of characters in src. */ |
| 41 | ||
| 42 | #if !defined(DOXYGEN) | #if !defined(__DOXYGEN__) |
| 43 | ||
| 44 | ; 11 words, (14 + strlen_P(src) * 8) cycles | ; 11 words, (14 + strlen_P(src) * 8) cycles |
| 45 | ||
| # | Line 61 _U(strlen_P): | Line 61 _U(strlen_P): |
| 61 | .strlen_P_end: | .strlen_P_end: |
| 62 | .size _U(strlen_P), .strlen_P_end - _U(strlen_P) | .size _U(strlen_P), .strlen_P_end - _U(strlen_P) |
| 63 | ||
| 64 | #endif /* not DOXYGEN */ | #endif /* not __DOXYGEN__ */ |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |