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 49 | Line 49 |
| 49 | \returns The strcat() function returns a pointer to the resulting string | \returns The strcat() function returns a pointer to the resulting string |
| 50 | \e dest. */ | \e dest. */ |
| 51 | ||
| 52 | #if !defined(DOXYGEN) | #if !defined(__DOXYGEN__) |
| 53 | ||
| 54 | .text | .text |
| 55 | .global _U(strcat_P) | .global _U(strcat_P) |
| # | Line 72 _U(strcat_P): | Line 72 _U(strcat_P): |
| 72 | .strcat_P_end: | .strcat_P_end: |
| 73 | .size _U(strcat_P), .strcat_P_end - _U(strcat_P) | .size _U(strcat_P), .strcat_P_end - _U(strcat_P) |
| 74 | ||
| 75 | #endif /* not DOXYGEN */ | #endif /* not __DOXYGEN__ */ |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |