#include <string.h>
#include <stdio.h> /* for printf */
void tst_strrchr (char far *buf) {
char far *s;
s = fstrrchr (buf, 't');
if (s == NULL)
printf ("No t's were found.\n");
}
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.