26 #if ! defined (octave_lo_cutils_h)
27 #define octave_lo_cutils_h 1
29 #include "octave-config.h"
31 #include <sys/types.h>
33 #if defined (__cplusplus)
39 int (*cmp) (
const void *,
const void *));
47 #if defined (__cplusplus)
OCTAVE_API void octave_qsort(void *base, size_t n, size_t size, int(*cmp)(const void *, const void *))
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)