| 42 |
\returns The strcpy_P() function returns a pointer to the destination |
\returns The strcpy_P() function returns a pointer to the destination |
| 43 |
string dest. */ |
string dest. */ |
| 44 |
|
|
| 45 |
#if !defined(DOXYGEN) |
#if !defined(__DOXYGEN__) |
| 46 |
|
|
| 47 |
; 10 words, (17 + strlen_P(src) * 10) cycles |
; 10 words, (17 + strlen_P(src) * 10) cycles |
| 48 |
|
|
| 62 |
.strcpy_P_end: |
.strcpy_P_end: |
| 63 |
.size _U(strcpy_P), .strcpy_P_end - _U(strcpy_P) |
.size _U(strcpy_P), .strcpy_P_end - _U(strcpy_P) |
| 64 |
|
|
| 65 |
#endif /* not DOXYGEN */ |
#endif /* not __DOXYGEN__ */ |