Handbook
Glossary
g_strrstr_len ( haystack haystack_len needle -- gchar* )
Vocabulary
glib
.
ffi
Inputs
haystack
an
object
haystack_len
an
object
needle
an
object
Outputs
gchar*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gchar*
g_strrstr_len
( gchar* haystack,
glong
haystack_len, gchar* needle )