| 49 |
\returns The strchr() function returns a pointer to the matched character |
\returns The strchr() 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(strchr) |
.global _U(strchr) |
| 74 |
.strchr_end: |
.strchr_end: |
| 75 |
.size _U(strchr), .strchr_end - _U(strchr) |
.size _U(strchr), .strchr_end - _U(strchr) |
| 76 |
|
|
| 77 |
#endif /* not DOXYGEN */ |
#endif /* not __DOXYGEN__ */ |