Handbook
Glossary
g_strncasecmp ( s1 s2 n -- gint )
Vocabulary
glib
.
ffi
Inputs
s1
an
object
s2
an
object
n
an
object
Outputs
gint
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gint
g_strncasecmp
( gchar* s1, gchar* s2,
guint
n )