Go to the source code of this file.
Functions | |
int | octave_strcasecmp (const char *s1, const char *s2) |
int | octave_strncasecmp (const char *s1, const char *s2, size_t n) |
int octave_strcasecmp | ( | const char * | s1, |
const char * | s2 | ||
) |
Definition at line 35 of file strcase-wrappers.c.
int octave_strncasecmp | ( | const char * | s1, |
const char * | s2, | ||
size_t | n | ||
) |
Definition at line 41 of file strcase-wrappers.c.
References n.
Referenced by octave::almost_match().