#include "octave-config.h"
#include <stddef.h>
Go to the source code of this file.
Functions | |
OCTAVE_API int | octave_strcasecmp (const char *s1, const char *s2) |
OCTAVE_API int | octave_strncasecmp (const char *s1, const char *s2, size_t n) |
OCTAVE_API int octave_strcasecmp | ( | const char * | s1, |
const char * | s2 | ||
) |
Definition at line 35 of file strcase-wrappers.c.
OCTAVE_API 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 almost_match(), and textscan::lookahead().