Navigation

Operators and Keywords

Function List:

C++ API

lo-cutils.h File Reference

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)
OCTAVE_API pid_t octave_waitpid (pid_t pid, int *status, int options)

Function Documentation

OCTAVE_API void octave_qsort ( void *  base,
size_t  n,
size_t  size,
int(*)(const void *, const void *)  cmp 
)
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 pid_t octave_waitpid ( pid_t  pid,
int *  status,
int  options 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines