GNU Octave  8.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"
Include dependency graph for strcase-wrappers.c:

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)
 

Function Documentation

◆ octave_strcasecmp()

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

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

◆ octave_strncasecmp()

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