GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
lo-cutils.h File Reference
#include "octave-config.h"
#include <sys/types.h>
Include dependency graph for lo-cutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTAVE_API void octave_qsort (void *base, size_t n, size_t size, int(*cmp)(const void *, const void *))
 
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_API void octave_qsort ( void *  base,
size_t  n,
size_t  size,
int(*)(const void *, const void *)  cmp 
)

Definition at line 33 of file lo-cutils.c.

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

Definition at line 40 of file lo-cutils.c.

OCTAVE_API int octave_strncasecmp ( const char *  s1,
const char *  s2,
size_t  n 
)

Definition at line 46 of file lo-cutils.c.

Referenced by almost_match().