/* See LICENSE file for copyright and license details. */ #include "utf.h" Rune * runestrchr(const Rune *s, Rune r) { … }