#ifndef MYSTRCHR_H
#define MYSTRCHR_H 1
char *mystrchr(const char *str, const char c);
#endif
