GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-passwd.cc File Reference
#include <sys/types.h>
#include "lo-error.h"
#include "oct-passwd.h"
Include dependency graph for oct-passwd.cc:

Go to the source code of this file.

Namespaces

 octave
 
 octave::sys
 

Macros

#define NOT_SUPPORTED(nm)    nm ": not supported on this system"
 

Functions

static OCTAVE_NORETURN void err_invalid (void)
 

Macro Definition Documentation

◆ NOT_SUPPORTED

#define NOT_SUPPORTED (   nm)     nm ": not supported on this system"

Definition at line 39 of file oct-passwd.cc.

Function Documentation

◆ err_invalid()