1FcStrStr(3)                                                        FcStrStr(3)
2
3
4

NAME

6       FcStrStr - locate UTF-8 substring
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcChar8 * FcStrStr (const char *s1, const char *s2);
12

DESCRIPTION

14       Returns the location of s2 in s1.  Returns NULL if s2 is not present in
15       s1. This test will operate properly with UTF8 encoded strings, although
16       it does not check for well formed strings.
17

VERSION

19       Fontconfig version 2.4.2
20
21
22
23                                  11 May 2007                      FcStrStr(3)
Impressum