Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by troth, Tue Sep 30 23:05:18 2003 UTC | revision 1.5 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC | |
|---|---|---|
| # | Line 51 | Line 51 |
| 51 | dest after val, or NULL if val was not found in the first len characters | dest after val, or NULL if val was not found in the first len characters |
| 52 | of src. */ | of src. */ |
| 53 | ||
| 54 | #if !defined(DOXYGEN) | #if !defined(__DOXYGEN__) |
| 55 | ||
| 56 | .text | .text |
| 57 | .global _U(memccpy) | .global _U(memccpy) |
| # | Line 77 _U(memccpy): | Line 77 _U(memccpy): |
| 77 | .memccpy_end: | .memccpy_end: |
| 78 | .size _U(memccpy), .memccpy_end - _U(memccpy) | .size _U(memccpy), .memccpy_end - _U(memccpy) |
| 79 | ||
| 80 | #endif /* not DOXYGEN */ | #endif /* not __DOXYGEN__ */ |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |