#include char *strrchr(const char *s, int c) { return __memrchr(s, c, strlen(s) + 1); }

AltStyle によって変換されたページ (->オリジナル) /