Handbook
Glossary
g_utf8_strchr ( p len c -- gchar* )
Vocabulary
glib
.
ffi
Inputs
p
an
object
len
an
object
c
an
object
Outputs
gchar*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gchar*
g_utf8_strchr
( gchar* p,
glong
len,
gunichar
c )