chromium/third_party/utf/src/runestr/runestrstr.c

/* See LICENSE file for copyright and license details. */
#include "utf.h"

Rune *
runestrstr(const Rune *s1, const Rune *s2)
{}