| 49 |
\returns The strrchr() function returns a pointer to the matched character |
\returns The strrchr() function returns a pointer to the matched character |
| 50 |
or NULL if the character is not found. */ |
or NULL if the character is not found. */ |
| 51 |
|
|
| 52 |
#if !defined(DOXYGEN) |
#if !defined(__DOXYGEN__) |
| 53 |
|
|
| 54 |
.text |
.text |
| 55 |
.global _U(strrchr) |
.global _U(strrchr) |
| 72 |
.strrchr_end: |
.strrchr_end: |
| 73 |
.size _U(strrchr), .strrchr_end - _U(strrchr) |
.size _U(strrchr), .strrchr_end - _U(strrchr) |
| 74 |
|
|
| 75 |
#endif /* not DOXYGEN */ |
#endif /* not __DOXYGEN__ */ |