#include
#include
#include
char *mystrchr(char *str, char c)
{
    int i;
    for (i = 0; i