| 49 |
\returns The memchr() function returns a pointer to the matching byte or |
\returns The memchr() function returns a pointer to the matching byte or |
| 50 |
NULL if the character does not occur in the given memory area. */ |
NULL if the character does not occur in the given memory area. */ |
| 51 |
|
|
| 52 |
#if !defined(DOXYGEN) |
#if !defined(__DOXYGEN__) |
| 53 |
|
|
| 54 |
.text |
.text |
| 55 |
.global _U(memchr) |
.global _U(memchr) |
| 74 |
.memchr_end: |
.memchr_end: |
| 75 |
.size _U(memchr), .memchr_end - _U(memchr) |
.size _U(memchr), .memchr_end - _U(memchr) |
| 76 |
|
|
| 77 |
#endif /* not DOXYGEN */ |
#endif /* not __DOXYGEN__ */ |