GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
strcase-wrappers.c File Reference
#include <strings.h>
#include "strcase-wrappers.h"

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)
 

Function Documentation

◆ octave_strcasecmp()

int octave_strcasecmp ( const char *  s1,
const char *  s2 
)

Definition at line 35 of file strcase-wrappers.c.

◆ octave_strncasecmp()

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().