1FcStrStr(3) FcStrStr(3)
23
4
NAME
6FcStrStr - locate UTF-8 substring
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcChar8 * FcStrStr (const FcChar8 *s1, const FcChar8 *s2);
12
DESCRIPTION
14Returns the location of s2 in s1. Returns NULL if s2 is not present in
15s1. This test will operate properly with UTF8 encoded strings.
1617
18
19
Fontconfig 2.14.2 27 1月 2023 FcStrStr(3)