#include "octave-config.h"
#include <sys/types.h>
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) |
OCTAVE_API void octave_qsort | ( | void * | base, |
size_t | n, | ||
size_t | size, | ||
int(*)(const void *, const void *) | cmp | ||
) |
Definition at line 36 of file lo-cutils.c.
References n.
OCTAVE_API int octave_strcasecmp | ( | const char * | s1, |
const char * | s2 | ||
) |
Definition at line 43 of file lo-cutils.c.
OCTAVE_API int octave_strncasecmp | ( | const char * | s1, |
const char * | s2, | ||
size_t | n | ||
) |